# Kubernetes

- [Kubectl Cheat Sheet](https://www.devops.buzz/public/kubernetes/cheat-sheet.md): Useful commands list.
- [etcd Cheat Sheet](https://www.devops.buzz/public/kubernetes/etcd-cheat-sheet.md): etcd tips and tricks.
- [Tools](https://www.devops.buzz/public/kubernetes/tools.md): How to extended K8s power!
- [News](https://www.devops.buzz/public/kubernetes/news.md): Cool stuff to read about
- [Deployments](https://www.devops.buzz/public/kubernetes/deployments.md)
- [Deployment examples](https://www.devops.buzz/public/kubernetes/deployments/deployment-examples.md): Some templates to help.
- [Blue/Green Deployment](https://www.devops.buzz/public/kubernetes/deployments/blue-green-deployment.md)
- [Canary Deployment](https://www.devops.buzz/public/kubernetes/deployments/canary-deployment.md)
- [Dashboard](https://www.devops.buzz/public/kubernetes/dashboard.md): K8s dashboard tricks.
- [ELK](https://www.devops.buzz/public/kubernetes/elk.md): Elasticsearch, Logstash, Kibana
- [Helm](https://www.devops.buzz/public/kubernetes/helm.md): Helm and Tiller tips and tricks.
- [Ingress](https://www.devops.buzz/public/kubernetes/ingress.md): K8s Load Balancer
- [logz.io](https://www.devops.buzz/public/kubernetes/logz.io.md): Integrate logz.io with K8s
- [Minikube](https://www.devops.buzz/public/kubernetes/minikube.md): Minikube tips and tricks.
- [Monitoring](https://www.devops.buzz/public/kubernetes/monitoring.md): K8s monitoring.
- [Node Management](https://www.devops.buzz/public/kubernetes/node-management.md)
- [Operators](https://www.devops.buzz/public/kubernetes/operators.md): Useful K8s operators
- [Security](https://www.devops.buzz/public/kubernetes/security.md): K8s security tips
- [Volumes](https://www.devops.buzz/public/kubernetes/volumes.md): K8s volumes tips and tricks.
- [Networking](https://www.devops.buzz/public/kubernetes/networking.md): Welcome to the jungle!
- [kube-controller-manager](https://www.devops.buzz/public/kubernetes/kube-controller-manager.md)
- [Node crash recovery](https://www.devops.buzz/public/kubernetes/kube-controller-manager/node-crash-recovery.md)
- [Known errors and solutions](https://www.devops.buzz/public/kubernetes/known-errors-and-solutions.md)


---

# Agent Instructions: Querying This Documentation

If you need additional information that is not directly available in this page, you can query the documentation dynamically by asking a question.

Perform an HTTP GET request on the current page URL with the `ask` query parameter:

```
GET https://www.devops.buzz/public/kubernetes.md?ask=<question>
```

The question should be specific, self-contained, and written in natural language.
The response will contain a direct answer to the question and relevant excerpts and sources from the documentation.

Use this mechanism when the answer is not explicitly present in the current page, you need clarification or additional context, or you want to retrieve related documentation sections.
