Unterschiede

Hier werden die Unterschiede zwischen zwei Versionen angezeigt.

Link zu dieser Vergleichsansicht

Nächste Überarbeitung
Vorhergehende Überarbeitung
en:modul:m321_aws:topics:04 [2025/08/13 21:24] – angelegt dgaravaldien: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 efficientlyfollowing the constraints of the deployment environment and the cluster configuration. 
   -Monitoring all running containers and replace dead, unresponsive, or otherwise unhealthy containers.   -Monitoring all running containers and replace dead, unresponsive, or otherwise unhealthy containers.
 \\ \\
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. 
 +\\ 
 +{{ :en:modul:m321_aws:topics:04a_node.svg?500 |Fig-01: A Node in K8s.}}
 \\ \\
 \\ \\
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.
 +\\
 +{{ :en:modul:m321_aws:topics:03a_pods.svg?600 |Fig-02: Different Pods as fundamental unit of a K8s cluster}}
 \\ \\
 \\ \\
  • en/modul/m321_aws/topics/04.1755113046.txt.gz
  • Zuletzt geändert: 2025/08/13 21:24
  • von dgaravaldi