prometheus-kubernetes
prometheus-kubernetes copied to clipboard
Deploying to GKE with LoadBalancer results in 404
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?
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.