kubernetes: fix cluster image path

This commit is contained in:
Marcello 2025-05-20 13:50:14 +02:00
parent e40427a9fc
commit 0c8c9a205a
No known key found for this signature in database
2 changed files with 1 additions and 1 deletions

View file

@ -7,7 +7,7 @@ A Kubernetes **cluster** consists of a set of worker machines, called **nodes**,
The worker node(s) host the **pods** that are the components of the application workload. The **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.
![kubernetes-cluster-overview](../img//kubernetes_cluster-overview.svg)
![kubernetes-cluster-overview](../img/kubernetes_cluster-overview.svg)
### Control Plane