Application Load Balancer tool reference for Managed Service for Kubernetes
Written by
Application Load Balancer provides tools for deploying L7 load balancers in Yandex Managed Service for Kubernetes clusters: Ingress controller and Gateway API. The reference describes Kubernetes resource configurations used by the Ingress controller and Gateway API to deploy an infrastructure.
Ingress controller resources
- Ingress: Backend traffic distribution rules.
- HttpBackendGroup: Combining backends into groups.
Gateway API resources
- Gateway: Rules for receiving incoming traffic and selecting routes (
HTTPRoute
) for the traffic. - HTTPRoute: Rules for routing traffic across backends or redirecting it.
Common resources
- Service: Description of Kubernetes services used as backends.