mirror of
https://github.com/m-lamonaca/dev-notes.git
synced 2025-06-07 10:17:12 +00:00
Compare commits
2 commits
e40427a9fc
...
a5b3f58efb
Author | SHA1 | Date | |
---|---|---|---|
a5b3f58efb | |||
0c8c9a205a |
3 changed files with 3 additions and 2 deletions
3
.gitignore
vendored
3
.gitignore
vendored
|
@ -1,3 +1,4 @@
|
|||
.venv
|
||||
.cache
|
||||
site
|
||||
.obsidian
|
||||
site
|
||||
|
|
|
@ -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