This message was deleted.
# general
a
This message was deleted.
a
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
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
Thank you!