Cannot GET /path/to/service

9/28/2017

Running kubernetes in AWS. I have couple of services running in the cluster which I want to access from my DNS name via contextual paths. Setup the ingress controller by following this steps: https://daemonza.github.io/2017/02/13/kubernetes-nginx-ingress-controller/

I am successfully able to get default-backend-server and /healthz api. But I am getting "Cannot GET /home" ( Which is a custom path to my service ). I am able to access that service through nodePort and within the cluster.

I have attached hello service, nginx and ingress

Any help would be great. Thanks!

-- K.K
amazon-web-services
kubernetes

0 Answers