What Is Pod?
The smallest deployable unit in Kubernetes - one or more containers that share storage and network resources. Container-based CDEs typically run as Kubernetes pods.
Definition
The smallest deployable unit in Kubernetes - one or more containers that share storage and network resources. Container-based CDEs typically run as Kubernetes pods.
Where This Fits
This term is covered in depth on Kubernetes-Native Development Patterns.
Kubernetes-native development patterns with CDEs. Live code sync, preview environments, self-healing clusters, and kubectl-free inner-loop workflows.
