What happens when you create a pod?
A pod is the smallest deployable unit that you can create and manage in Kubernetes.
But how to create a pod, is just as simple as running kubectl run my-pod --image=nginx . But this simple task undergoes a complicated workflow that touches a lot of c...
srinivaskarnati.hashnode.dev2 min read