kubectl proxy within ubuntu in WSL windows 10 kubectl proxy within ubuntu in WSL windows 10 kubernetes kubernetes

kubectl proxy within ubuntu in WSL windows 10


First thing to do would be to check if you able to safely talk to your cluster: (kubectl get svc -n kube-system, kubectl cluster-info)

If not check if $HOME/.kube folder was created. If not, run:gcloud container clusters get-credentials default --region=<your_region>