Google Cloud Kubernetes Engine troubleshooting

4/4/2018

is anyone experiencing issue with the Google Kubernetes Engine (specifically in us-central1-b region - April 3rd 11pm EST) I'm not able to to see my workload or any of my cluster configurations in the Google Kubernetes Engine section, it is intermittent (one minute is there then disappears)

Also can't connect to the Kubernetes section of the Google Cloud Console to check on my pods !!

enter image description here

enter image description here

enter image description here

-- montatich
google-cloud-platform
google-kubernetes-engine
kubernetes

1 Answer

4/6/2018

No information of any issues as far as I can see. Could have been a network connection issue on your side, please check.

It appears to me that this is some issue about getting metadata from the cluster. You could check the following to help you troubleshoot or see if there is any underlying problems:

$ docker info 
$ docker version 
$ kubectl version
$ gcloud container clusters describe <your-cluster-name-) --zone <your-cluster-zone>
$ kubectl get componentstatuses
-- JMD
Source: StackOverflow