how to check if kubectl is running code example
Example 1: check if kubernetes is running
kubectl cluster-info
Example 2: kubectl
curl -LO https://storage.googleapis.com/kubernetes-release/release/v1.18.0/bin/windows/amd64/kubectl.exe
kubectl cluster-info
curl -LO https://storage.googleapis.com/kubernetes-release/release/v1.18.0/bin/windows/amd64/kubectl.exe