This message was deleted.
# rke2
a
This message was deleted.
c
look at the running cluster?
r
ok
I guess what i'm trying to figure out is how to expose my ranchger/hello-world app through nginx.
c
You're intended to use an Ingress resource. You can check the ingress status after it's created to see how you can connect to it.
r
I was able to browse to the IP it was located on and got a 404. But now when configuring my app for it, what do I use, nodeport, loadbalancer?
This is where i'm confused.
c
For the workload that will go behind the ingress?
r
yes
c
Use whatever you want, it doesn’t matter. I would probably just use a clusterip service since all the traffic is going to go through the ingress. There’s no reason to expose it outside the cluster at all if you’re going through the ingress.
r
ok
ok I figured it out. thank you