Checking Kubernetes API Calls using Kubectl
Ever wondered what happens at the Kubernetes API Server whenever we execute any kubectl command? Since the name contains API so we can guess that it would be some REST API but what’s exactly happening underneath? In this blog, I’ll try to answer such questions. Interacting