Unterschiede
Hier werden die Unterschiede zwischen zwei Versionen angezeigt.
Beide Seiten der vorigen Revision Vorhergehende Überarbeitung Nächste Überarbeitung | Vorhergehende Überarbeitung | ||
en:modul:m321_aws:topics:09 [2025/09/30 18:09] – dgaravaldi | en:modul:m321_aws:topics:09 [2025/09/30 21:23] (aktuell) – dgaravaldi | ||
---|---|---|---|
Zeile 1: | Zeile 1: | ||
- | ===== How Kubernetes " | + | ===== How Kubernetes " |
- | Let's first have an overview over the possible | + | Let's first have an overview over the pieces of ' |
- **Controllers** (Deployment → ReplicaSet → Pods): A Deployment declares the desired number of pod replicas. The '' | - **Controllers** (Deployment → ReplicaSet → Pods): A Deployment declares the desired number of pod replicas. The '' | ||
- | - restartPolicy: Container-level restarts are controlled by the Pod’s '' | + | - **Restart Policy**: Container-level restarts are controlled by the Pod’s '' |
- | - Health checks | + | - **Health checks** (so called **Probes**) |
* **Liveness probe**: if it fails, kubelet will kill & restart the container (useful for recovering stuck processes). | * **Liveness probe**: if it fails, kubelet will kill & restart the container (useful for recovering stuck processes). | ||
* **Readiness probe**: controls whether a pod is considered " | * **Readiness probe**: controls whether a pod is considered " |