Good morning/day to you all. My company is in an e...
# rke2
o
Good morning/day to you all. My company is in an effort to use Rancher as our K8S deployment solution.. everything is deployed properly that I can see; however, I have been tasked with making our webpage display to outside users. Essentially, we want to use the
rke2-ingress-nginx-controller
to serve as an entry point to the cluster, allowing NGINX to act as a reverse proxy to display the page for users outside of the cluster. Is there an example somewhere? I haven't been able to find one in all of my Google-fu'ing. Is the
rke2-ingress-nginx-controller
in its pre-packaged form good enough to leave alone and focus on the
ingress
section of the nginx
values.yaml
and
templates
to deploy it? I'm assuming we also want to use
ClusterIP
as our service type vs
NodePort
as we want users outside of the cluster to be able to access it