What is the difference between a pod and a deployment?
Radek’s answer is very good, but I would like to pitch in from my experience, you will almost never use an object with the kind pod, because that doesn’t make any sense in practice. Because you need a deployment object – or other Kubernetes API objects like a replication controller or replicaset – that needs … Read more