Kubernetes: Difference between revisions

Line 7: Line 7:
Each node contains a kubelet process, a container runtime, and possibly one or more pods.<br>
Each node contains a kubelet process, a container runtime, and possibly one or more pods.<br>
Pods contain resources needed to host your application including volumes and one or more containers.
Pods contain resources needed to host your application including volumes and one or more containers.
Typically you will want one container per pod since deployments scale by creating multiple pods.


===Installation===
===Installation===