https://rancher.com/ logo
#general
Title
# general
a

acoustic-processor-40872

08/08/2022, 11:52 PM
When installing Rancher using Helm, how do I let Rancher “know” to use an L4 Load balancer?
I’m looking at the Rancher Helm installation docs and there’s something about HTTP Proxies. But aren’t HTTP proxies different from L4 load balancers?
I also configured my
cluster.yml
to include the following:
Copy code
authentication:
  strategy: x509
  sans: [<load-balancer-ip-address>]
  webhook: null
t

tall-school-18125

08/09/2022, 11:31 PM
You would just make sure that the Rancher server URL is configured to direct traffic toward the load balancer, and make sure the load balancer is configured as described here https://rancher.com/docs/rancher/v2.6/en/installation/resources/k8s-tutorials/infrastructure-tutorials/nlb/
❤️ 1
a

acoustic-processor-40872

08/10/2022, 8:40 PM
Thank you!
4 Views