EKS Ingress without Address - Trying to test my EKS cluster EKS Ingress without Address - Trying to test my EKS cluster flask flask

EKS Ingress without Address - Trying to test my EKS cluster


For the ingress to work 💻, you need an ingress controller like one of these. The most common one is the Nginx ingress controller.

Now if you are running both applications on the same cluster, you don't even need an Ingress on your TF server 🙅, a plain Service on port 5000 would do, assuming that's the port where your TF server is listening on.

If you still want to use an Ingress you can still use it but the path would be kind of odd, meaning the request will how out of the cluster and then back into the cluster. 🖖