prometheus-kubernetes icon indicating copy to clipboard operation
prometheus-kubernetes copied to clipboard

Deploying to GKE with LoadBalancer results in 404

Open khaefeli opened this issue 6 years ago • 1 comments

I've deployed to my GCE / GKE environment with ./deploy. After after everything is up, I can proxy to all instances.

But if I deploy the Nginx ingress over tools/ingress/init.sh I'm getting first a 400 error in the UI. This could be solved with changing the service type from ClusterIP to NodePort for all services.

Now the status looks good and I can reach my test domain grafana.example.com But I get a 404 error for all files except the initial html document. Any idea?

khaefeli avatar Mar 12 '18 19:03 khaefeli

Hi @khaefeli, sorry for the late response. Have to do more tests on Google Cloud. I'm using AWS and didn't test it much on Google Cloud. I'll set a cluster and test it in the next couple of weeks.

camilb avatar Mar 26 '18 21:03 camilb