The building block of almost all Kubernetes deployments is the pod – one or more containers sharing a network stack. Pods are where the magic happens, where we get our logs, and where we spend most of our time troubleshooting outages and malfunctions.

However, we rarely create pods ourselves. Instead, we rely on higher level constructs like ReplicaSets and Deployments to create them for us.

Unfortunately, ReplicaSets (and by extension, Deployments) are just awful at naming pods.

#open-source #kubernetes #k8s #kubectl #devops #tutorial #containers #opensource

Kubernetes Explained Simply: Label it to Enable it
1.05 GEEK