Unterschiede

Hier werden die Unterschiede zwischen zwei Versionen angezeigt.

Link zu dieser Vergleichsansicht

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] 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 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.
 +\\
 +{{ :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.1755353677.txt.gz
  • Zuletzt geändert: 2025/08/16 16:14
  • von dgaravaldi