https://rancher.com/ logo
Title
b

brash-monitor-41966

08/22/2022, 8:22 PM
do I need a separate loadbalancer/ingress deployment with rke?
t

tall-school-18125

08/24/2022, 11:26 AM
Load balancers and ingresses require third-party implementations (by third-party I mean outside upstream Kubernetes) in order to work. Load balancers are usually implemented by a cloud provider but it's possible to set one up on prem with something like MetalLB. By default, RKE will install an NGINX ingress just for ease of use. https://rancher.com/docs/rke/latest/en/config-options/add-ons/ingress-controllers/#default-ingress
In a typical use case, deploying a load balancer with RKE would involve enabling a cloud provider when the cluster is created. https://rancher.com/docs/rke/latest/en/config-options/cloud-providers/
b

brash-monitor-41966

08/25/2022, 8:09 PM
metallb says not supported on gcp. I have a gcp instance with nginx running a docker container with http/https access from public with valid DNS. how do I install rancher using the public DNS on this gcp instance