Please enable JavaScript.
Coggle requires JavaScript to display documents.
K8s - Coggle Diagram
K8s
K8s components
-
-
-
ConfigMap
Contains configuration, no need to rebuild an app just to change db url
-
Secret
-
Need to be encrypted, no encryption out of the box
Volume
link to physical storage, like docker compose
-
-
-
-
K8s Architecture
master node
-
-
-
it is pivotal to have master node, without it all k8s cluster will be unavailable, That is why there usually 2 or more master nodes running at the same time
-
-
-
-