0

I have a Kubernetes cluster made with RKE. the cluster came with an ingress controlller by default (configured by Rancher) but without nodeport attached to the controller. (an ingress controller in "ingress-nginx" namespace. )

I have defined

  1. an ingress resource in "ingress-nginx" namespace.

  2. a service of type Nodeport in "ingress-nginx" namespace.

  3. my application is deployed to default namespace.

when trying to access the application I am getting the error: 404 not found nginx

this is the way I tried to access it:

http://10.11.50.36:32737/reader/info

http://ip_of_cluster:nodeport/path of may application

Have I defined all the resources in the correct namespaces?

Ohad
  • 1,563
  • 2
  • 20
  • 44

0 Answers0