Introduction
When you create a Kubernetes cluster on Google Cloud, you need to connect your computer to it. Kubectl configuration helps your computer talk to the cluster so you can manage it easily.
When you want to deploy an app to your Google Kubernetes Engine cluster from your laptop.
When you need to check the status of your pods and services running in GKE.
When you want to update or delete resources in your GKE cluster using your local terminal.
When you want to switch between multiple Kubernetes clusters on Google Cloud.
When you want to run commands like scaling or rolling updates on your GKE workloads.