Please enable JavaScript.
Coggle requires JavaScript to display documents.
kubernetes (Why container orchestration (Bring multiple hosts together and…
-
yaml
Map
key = value
indentation should be uniform
--- [Structure separation if in same file we have different structure]
-
kubernetes objects
Required
-
-
metadata
uniquely identify the objects (including a name string,uid and optional namespace
-
-
-
Kubernetes
Components
Master Components
Run on any machine in cluster
Usually in same machine
Do not run user containers in this machine
-
-
-
-