+A common example is the NGINX Ingress Controller, which watches for Ingress objects and configures an NGINX instance accordingly. To expose traffic to the outside world, the Ingress controller creates a Kubernetes Service of type `LoadBalancer`. At this point, the hcloud-cloud-controller-manager (HCCM) comes into play and provisions the corresponding Hetzner Cloud Load Balancer. This setup is referred to as an "Ingress-managed load balancer" (See: [What is an Ingress?](https://kubernetes.io/docs/concepts/services-networking/ingress/#what-is-ingress)).
0 commit comments