Unterschiede
Hier werden die Unterschiede zwischen zwei Versionen angezeigt.
Nächste Überarbeitung | Vorhergehende Überarbeitung | ||
en:modul:m321_aws:topics:04 [2025/08/13 21:24] – angelegt 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 21: | Zeile 21: | ||
=== 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 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. | ||
+ | \\ | ||
+ | {{ : | ||
\\ | \\ | ||
\\ | \\ |