# Kubernetes

- [Kubernetes: Nedir ?](https://note.onurbolatoglu.com/kubernetes/kubernetes-nedir.md)
- [Bileşenler](https://note.onurbolatoglu.com/kubernetes/bilesenler.md)
- [Kubectl ve Versiyon](https://note.onurbolatoglu.com/kubernetes/kubectl-ve-versiyon.md)
- [Pod](https://note.onurbolatoglu.com/kubernetes/pod.md)
- [Label ve Selector](https://note.onurbolatoglu.com/kubernetes/label-ve-selector.md)
- [Annotation](https://note.onurbolatoglu.com/kubernetes/annotation.md)
- [Namespaces](https://note.onurbolatoglu.com/kubernetes/namespaces.md)
- [Deployments](https://note.onurbolatoglu.com/kubernetes/deployments.md)
- [ReplicaSet](https://note.onurbolatoglu.com/kubernetes/replicaset.md)
- [Rollout & Rollback](https://note.onurbolatoglu.com/kubernetes/rollout-and-rollback.md)
- [Networking - 1](https://note.onurbolatoglu.com/kubernetes/networking-1.md)
- [Service](https://note.onurbolatoglu.com/kubernetes/service.md)
- [Liveness Probe & Readiness Probe](https://note.onurbolatoglu.com/kubernetes/liveness-probe-and-readiness-probe.md)
- [Resource Limits](https://note.onurbolatoglu.com/kubernetes/resource-limits.md)
- [Environment Variables](https://note.onurbolatoglu.com/kubernetes/environment-variables.md)
- [Ephemeral Volumes](https://note.onurbolatoglu.com/kubernetes/ephemeral-volumes.md)
- [Secrets](https://note.onurbolatoglu.com/kubernetes/secrets.md)
- [ConfigMap](https://note.onurbolatoglu.com/kubernetes/configmap.md)
- [Node Affinity](https://note.onurbolatoglu.com/kubernetes/node-affinity.md)
- [Pod Affinity](https://note.onurbolatoglu.com/kubernetes/pod-affinity.md)
- [Taint and Toleration](https://note.onurbolatoglu.com/kubernetes/taint-and-toleration.md)
- [DaemonSet](https://note.onurbolatoglu.com/kubernetes/daemonset.md)
- [PV/PVC](https://note.onurbolatoglu.com/kubernetes/pv-pvc.md): persistent volume and persistent volume claim
- [Storage Class](https://note.onurbolatoglu.com/kubernetes/storage-class.md)
- [StatefulSet](https://note.onurbolatoglu.com/kubernetes/statefulset.md)
- [Job & Cronjob](https://note.onurbolatoglu.com/kubernetes/job-and-cronjob.md)
- [Authentication](https://note.onurbolatoglu.com/kubernetes/authentication.md)
- [Role-based access control (RBAC)](https://note.onurbolatoglu.com/kubernetes/role-based-access-control-rbac.md)
- [Service Account](https://note.onurbolatoglu.com/kubernetes/service-account.md)
- [Ingress](https://note.onurbolatoglu.com/kubernetes/ingress.md)
- [ImagePullPolicy & ImageSecret](https://note.onurbolatoglu.com/kubernetes/imagepullpolicy-and-imagesecret.md)
- [Static Pods](https://note.onurbolatoglu.com/kubernetes/static-pods.md)
- [Network Policy](https://note.onurbolatoglu.com/kubernetes/network-policy.md)
- [Helm Nedir?](https://note.onurbolatoglu.com/kubernetes/helm-nedir.md)
- [Prometheus Stack - Monitoring](https://note.onurbolatoglu.com/kubernetes/prometheus-stack-monitoring.md)
- [EFK Stack - Monitoring](https://note.onurbolatoglu.com/kubernetes/efk-stack-monitoring.md)
- [CRD & Operator](https://note.onurbolatoglu.com/kubernetes/crd-and-operator.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://note.onurbolatoglu.com/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.
