Workloads
4 lessons in the Kubernetes course.
Full Kubernetes course · Search this topic · IT & cloud
- PodsMeet the smallest deployable unit: a pod wrapping one or more containers.
- DeploymentsUse a Deployment to keep a desired number of pod replicas running and update them safely.
- ServicesExpose pods on a stable virtual IP and DNS name inside the cluster.
- Labels and SelectorsTag objects with labels and use selectors so Services and Deployments find the right pods.