mirror of
https://github.com/m-lamonaca/dev-notes.git
synced 2025-06-08 10:47:13 +00:00
kubernetes: fix cluster image path
This commit is contained in:
parent
e40427a9fc
commit
0c8c9a205a
2 changed files with 1 additions and 1 deletions
|
@ -1 +0,0 @@
|
|||
../README.md
|
1
docs/README.md
Normal file
1
docs/README.md
Normal file
|
@ -0,0 +1 @@
|
|||
../README.md
|
|
@ -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.
|
||||
|
||||

|
||||

|
||||
|
||||
### Control Plane
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue