Was bedeutet ein Kubernetes Cluster genau?

What exactly is a Kubernetes cluster?

A Kubernetes cluster consists of a series of node machines for running containerized applications. When using Kubernetes, a Kubernetes cluster is executed. This cluster contains at least one control plane - responsible for the state of the cluster and defining the container image used and the application to be executed - and one computing machine or node. The Kubernetes cluster makes it possible to plan and execute containers on different machines, detached from individual machines, because they are abstracted in the entire cluster. A Kubernetes cluster has a desired state that defines:

  • Execution of applications and other workloads
  • Use of Kubernetes Image
  • Available resources
  • Further configuration details

Suitable training courses/seminars: