This message was deleted.
# kubernetes
a
This message was deleted.
c
Yes, create an ingress resources with the service as the backend. That's exactly how it's intended to be used.
Loadbalancer service for the Ingress, and then ClusterIP services behind Ingress resources
i
Thanks, I'll give it a shot later ... now I'm wondering if I can use the same external load balancer for multiple ingresses/services.
c
General you can stack many services behind a single ingress, if you have unique hostnames or paths
i
Thank you, I'll give it a shot
Still struggling with it. How do I connect to the ingress? I can use the ClusterIP directly on the node but don't know how to get to the ingress. Like, where do I tell the load balancer to send the requests? To the worker node it's running on? Apologies for the supposedly dump questions.