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:04 [2025/08/16 16:14] – [Components of K8s] dgaravaldi | en:modul:m321_aws:topics:04 [2025/08/16 16:30] (aktuell) – dgaravaldi | ||
---|---|---|---|
Zeile 15: | Zeile 15: | ||
The primary responsibility of Kubernetes is container orchestration. That means: | The primary responsibility of Kubernetes is container orchestration. That means: | ||
-Making sure that all the containers that execute various workloads are scheduled to run on (physical or virtual) machines. | -Making sure that all the containers that execute various workloads are scheduled to run on (physical or virtual) machines. | ||
- | -Containers must be packed efficiently following the constraints of the deployment environment and the cluster configuration. | + | -Containers must be packed efficiently, following the constraints of the deployment environment and the cluster configuration. |
-Monitoring all running containers and replace dead, unresponsive, | -Monitoring all running containers and replace dead, unresponsive, | ||
\\ | \\ | ||
Zeile 22: | Zeile 22: | ||
=== Nodes === | === Nodes === | ||
At the core of a Kubernetes cluster are the nodes, which can be physical or virtual machines. Each node runs a container runtime, such as Docker, and a kubelet agent is responsible for managing containers. | At the core of a Kubernetes cluster are the nodes, which can be physical or virtual machines. Each node runs a container runtime, such as Docker, and a kubelet agent is responsible for managing containers. | ||
+ | \\ | ||
+ | {{ : | ||
\\ | \\ | ||
\\ | \\ | ||
Zeile 42: | Zeile 44: | ||
When you want to know what's running on a Kubernetes cluster, you are generally analyzing the Pods running within Kubernetes and their state. | When you want to know what's running on a Kubernetes cluster, you are generally analyzing the Pods running within Kubernetes and their state. | ||
+ | \\ | ||
+ | {{ : | ||
\\ | \\ | ||
\\ | \\ |