Right now these services are only reachable from inside the cluster, so let’s see how we can expose them with an Ingress. Remember that an Ingress sits in front of the services, defining rules to when a request should go to one service or another. Let’s start with a very simple Ingress that will send any request it receives to nginx-svc:
Right now these services are only reachable from inside the cluster, so let’s see how we can expose them with an Ingress. Remember that an Ingress sits in front of the services, defining rules to when a request should go to one service or another. Let’s start with a very simple Ingress that will send any request it receives to nginx-svc: