+Services of type `LoadBalancer` are natively supported in Kubernetes deployments on public clouds such as, AWS, GCP, or Azure. In cloud deployments, when you create a service of type LoadBalancer, a cloud managed load balancer is assigned to the service. The service is then exposed using the load balancer. For on-premises / baremetal / public cloud deployments of Kubernetes, you can use a Citrix ADC outside the cluster. The flexible IP address management available with the Citrix ingress controller allows for multi-tenancy. By allowing multiple services to be load balanced by a single ADC and by combining ingress functions, the Citrix ingress controller helps you control loadbalancer sprawl in your public cloud deployments.
0 commit comments