chore: Initial commit

This commit is contained in:
Daniël Groothuis
2025-10-30 23:24:01 +01:00
parent 31ded813e0
commit d79e6c0b94
10 changed files with 74 additions and 0 deletions

View File

@@ -0,0 +1,3 @@
A Cluster is a collection of one or multiple [[Node (Kubernetes)|Nodes]] that are managed by [[Kubernetes]] for [[Container]] orchestration.
Clusters make use of a set of [[API|API's]] that control the different [[Node (Kubernetes)|Nodes]] and make sure that they are all in sync.