What Happens When You Create a Pod in Kubernetes?
When you start working with Kubernetes, one of the first things you learn is creating a Pod. You might run a simple command like:
kubectl apply -f pod.yaml
Within seconds, your pod is running.
But ha
blog-by-tej.hashnode.dev6 min read