# Orchestration

- [Kubernetes](https://notes.nomanaziz.me/devops/orchestration/kubernetes.md): Learned from https://www.youtube.com/c/techworldwithnana youtube channel
- [1. Main K8s Components](https://notes.nomanaziz.me/devops/orchestration/kubernetes/1.-main-k8s-components.md)
- [2. K8s Architecture](https://notes.nomanaziz.me/devops/orchestration/kubernetes/2.-k8s-architecture.md)
- [3. Minikube & Kubectl](https://notes.nomanaziz.me/devops/orchestration/kubernetes/3.-minikube-and-kubectl.md)
- [4. YAML Configuration File](https://notes.nomanaziz.me/devops/orchestration/kubernetes/4.-yaml-configuration-file.md)
- [5. K8s Namespaces](https://notes.nomanaziz.me/devops/orchestration/kubernetes/5.-k8s-namespaces.md)
- [6. K8s Ingress](https://notes.nomanaziz.me/devops/orchestration/kubernetes/6.-k8s-ingress.md)
- [7. Helm - Package Manager of K8s](https://notes.nomanaziz.me/devops/orchestration/kubernetes/7.-helm-package-manager-of-k8s.md)
- [8. K8 Volumes](https://notes.nomanaziz.me/devops/orchestration/kubernetes/8.-k8-volumes.md)
- [9. K8 StatefulSet](https://notes.nomanaziz.me/devops/orchestration/kubernetes/9.-k8-statefulset.md)
- [10. K8 Services](https://notes.nomanaziz.me/devops/orchestration/kubernetes/10.-k8-services.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://notes.nomanaziz.me/devops/orchestration.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.
