Lifecycle of a kubernetes API request
When I first started learning Kubernetes, a common interview question haunted me: What happens when you run a command like kubectl create -f my-job.yaml? At first, I thought it was just a simple POST to the API server. But life in Kubernetes is never...