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

1
content/Glossary/API.md Normal file
View File

@@ -0,0 +1 @@
Short for `Application Program Interface`. A standard for communicating with different applications across the web.

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.

View File

@@ -0,0 +1 @@
A platform for [[Container|container]] orchestration. It manages the creation and virtualization of [[Container|containers]].

View File

@@ -0,0 +1 @@
A Node is a single server or VM that, when integrated in a [[Cluster (Kubernetes)]], enables the [[Cluster (Kubernetes)]] to make use of the resources of that given [[Server]] or VM.

View File

@@ -0,0 +1 @@
A server is a physical machine where applications can be hosted on.