A Step-by-Step Journey of Pod Creation in Kubernetes
You may run this command:
kubectl apply -f my-pod.yaml
But what actually happens after that?
Step 1: Your YAML Hits the API Server :
Your Request goes to the API Server, which is the front door of y
kubernetes-deep-dive.hashnode.dev3 min read