Kubernetes Concepts
Jump to navigation
Jump to search
External
Internal
Overview
Pod
One or more containers deployed together on one host. The containers in a pod share resources as IP addresses and volumes. The pod is the smallest unit that can be defined, deployed and managed.