Kubernetes: Difference between revisions
Tags: Mobile edit Mobile web edit |
|||
| Line 5: | Line 5: | ||
===Background=== | ===Background=== | ||
Kubernetes runs applications across nodes which are physical or virtual machines.<br> | Kubernetes runs applications across nodes which are physical or virtual machines.<br> | ||
Each node contains a kubelet process, a container runtime | 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. | ||