Please enable JavaScript.
Coggle requires JavaScript to display documents.
K8S Container - Coggle Diagram
K8S Container
K8S
Orchestrate many containers on many hosts, scale them as microservices, and easily deploy rollouts and rollbacks.
Cluster
(set of nodes)
-
- a set of nodes that run containers.
- etcd (cluster’s database)
- Declarative configurations
-
-
-
When building a container, instead of copying the entire image, it creates a layer with just the difference
For example, a base application image might be 200 MB, but the difference to the next point release might only be 200 KB.
-
-
-