brendandburns / gcp-live-k8s-visualizer

Source code for the Kubernetes visualizer used in the GCP Live Container Engine Demo
Apache License 2.0
215 stars 132 forks source link

K8S Dashboard not visible when proxied using the cluster on gcloud #16

Open sibh8 opened 7 years ago

sibh8 commented 7 years ago

Hi,

The dashboard is not visible when I hit the URL

http:/:8001/ui.

The dashboard used to be accessible previously. Please help me in resolving this issue. Its a bit urgent.

I am trying to access the gcloud k8s cluster on my local using this utility. Please help me with the same.

I am executing the following command on my linux (centos7) machine.

nohup kubectl proxy --www=/opt/gcp-live-k8s-visualizer --address='102.101.105.21' --accept-hosts='^localhost$,^127.0.0.1$,^102.101.105.21$,^[::1]$': &

Thanks