Compare commits

...

2 commits

Author SHA1 Message Date
a5b3f58efb
ignore .obsidian files 2025-05-20 14:04:42 +02:00
0c8c9a205a
kubernetes: fix cluster image path 2025-05-20 14:03:36 +02:00
3 changed files with 3 additions and 2 deletions

3
.gitignore vendored
View file

@ -1,3 +1,4 @@
.venv
.cache
site
.obsidian
site

View file

@ -1 +0,0 @@
../README.md

1
docs/README.md Normal file
View file

@ -0,0 +1 @@
../README.md

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