Yandex Cloud
Search
Contact UsGet started
  • Pricing
  • Customer Stories
  • Documentation
  • Blog
  • All Services
  • System Status
    • Featured
    • Infrastructure & Network
    • Data Platform
    • Containers
    • Developer tools
    • Serverless
    • Security
    • Monitoring & Resources
    • AI for business
    • Business tools
  • All Solutions
    • By industry
    • By use case
    • Economics and Pricing
    • Security
    • Technical Support
    • Start testing with double trial credits
    • Cloud credits to scale your IT product
    • Gateway to Russia
    • Cloud for Startups
    • Center for Technologies and Society
    • Yandex Cloud Partner program
  • Pricing
  • Customer Stories
  • Documentation
  • Blog
© 2025 Direct Cursus Technology L.L.C.
Yandex Managed Service for Kubernetes
  • Comparing with other Yandex Cloud services
  • Getting started
  • Access management
  • Pricing policy
  • Terraform reference
  • Monitoring metrics
  • Audit Trails events
    • Overview
  • Release notes

In this article:

  • Gwin resources
  • Ingress controller resources
  • Gateway API resources
  1. Application Load Balancer tools
  2. Overview

Application Load Balancer tool reference for Managed Service for Kubernetes

Written by
Yandex Cloud
Updated at October 30, 2025
  • Gwin resources
  • Ingress controller resources
  • Gateway API resources

Application Load Balancer provides tools for deploying L7 load balancers in Yandex Managed Service for Kubernetes clusters: Ingress controller, Gateway API, and Gwin controller.

This reference describes Kubernetes resource configurations used by the Ingress controller and Gateway API to deploy an infrastructure. You can find the Gwin resource reference on the controller's overview page.

Gwin resourcesGwin resources

  • Ingress: Standard Kubernetes resource, its capabilities enhanced by annotations.
  • IngressPolicy: Provides additional capabilities for all Application Load Balancer resources.
  • IngressBackendGroup: Allows configuring backend groups.
  • ServicePolicy: Allows configuring target groups.
  • Service: Contains a description of Kubernetes services used as backends.
  • Gateway: Contains rules for accepting and routing incoming traffic.
  • GatewayPolicy: Provides additional capabilities for load balancers, routers, and listeners.
  • HTTPRoute: Contains rules for routing HTTP and HTTPS traffic across backends.
  • GRPCRoute: Contains rules for routing gRPC traffic across backends.
  • TLSRoute: Contains rules for routing TLS traffic across backends.
  • RoutePolicy: Provides additional capabilities for virtual hosts and routes.
  • YCStorageBucket: Corresponds to a Yandex Object Storage bucket.
  • YCCertificate: Corresponds to a Yandex Certificate Manager certificate.

Ingress controller resourcesIngress controller resources

  • Ingress: Backend traffic distribution rules.
  • HttpBackendGroup, GrpcBackendGroup: Combining backends into groups.
  • IngressClass: Managing multiple ingress controllers in a Kubernetes cluster.
  • Service: Description of Kubernetes services used as backends. It is different from the Service resource for Gateway API: the Ingress controller services support annotations.

Gateway API resourcesGateway API resources

  • Gateway: Incoming traffic reception and routing (HTTPRoute and TLSRoute) rules.
  • GatewayPolicy: Gateway resource policy, incoming traffic processing configuration.
  • YCCertificate: Certificate Manager certificate parameters for setting up TLS connections in the Gateway resource.
  • HTTPRoute: Rules for redirecting or routing HTTP and HTTPS traffic across backends.
  • RoutePolicy: HTTPRoute resource policy and backend access rule configuration.
  • GRPCRoute: Rules for redirecting or routing gRPC traffic across backends.
  • YCStorageBucket: Object Storage bucket parameters for setting up a backend in the HTTPRoute resource.
  • TLSRoute: Rules for TLS traffic routing between backends.
  • Service: Description of Kubernetes services used as backends.

Was the article helpful?

Previous
Audit Trails events
Next
Overview
© 2025 Direct Cursus Technology L.L.C.