kubernetes_cluster

Kubernetes Cluster

Return to Kubernetes Topics, Kubernetes Glossary, Kubernetes, Kubernetes Courses, Kubernetes Bibliography, Docker Topics

A Kubernetes cluster is “a set of worker machines, called nodes, that run containerized applications. Every cluster has at least one worker node.”

“The worker node(s) host the Pods that are the components of the application workload. The Kubernetes control plane manages the worker nodes and the Pods in the cluster. In production environments, the control plane usually runs across multiple computers and a cluster usually runs multiple nodes, providing fault-tolerance and high availability.”

Fair Use Source: https://kubernetes.io/docs/reference/glossary/?all=true

kubernetes_cluster.txt · Last modified: 2024/04/28 03:19 by 127.0.0.1