This message was deleted.
# rke2
a
This message was deleted.
a
You can have it a number of ways. The setup I prefer is to have an ingress controller (nginx ingress controller) deployed on the cluster. The ingress controller service is configured as NodePort (that exposes the ingress controller on the worker node ports). Outside the cluster I configure a LB cluster, that has it's backend configured for the worker nodes.
r
So i'm looking for documentation or a blog/write-up on how to set this up.
a
Here, you can substitute "Public Endpoint" with a load balancer. https://docs.nginx.com/nginx-ingress-controller/intro/how-nginx-ingress-controller-works/ Of course, there are other ways to do this.
👍 1
r
That would work. This is all in my homelab.
Just trying to test some applications like Hello-world and other small stuff.
Ok, but how about learning how to deploy it...