Yandex Cloud
Search
Contact UsTry it for free
  • Customer Stories
  • Documentation
  • Blog
  • All Services
  • System Status
  • Marketplace
    • Featured
    • Infrastructure & Network
    • Data Platform
    • AI for business
    • Security
    • DevOps tools
    • Serverless
    • Monitoring & Resources
  • 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
    • Price calculator
    • Pricing plans
  • Customer Stories
  • Documentation
  • Blog
© 2026 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
    • Configuring security groups
    • Working with service accounts
    • Creating and updating resources via ingress controller configurations
  • Release notes

In this article:

  • Getting started
  • Applying a configuration
  1. Application Load Balancer tools
  2. Creating and updating resources via ingress controller configurations

Creating or updating Application Load Balancer resources using Managed Service for Kubernetes configuration

Written by
Yandex Cloud
Updated at May 6, 2026
  • Getting started
  • Applying a configuration

Tip

We recommend using the new Yandex Cloud Gwin controller instead of an ALB Ingress controller and Gateway API.

To manage Application Load Balancer resources using an ingress controller and Yandex Managed Service for Kubernetes Gateway API, create YAML configuration files describing Kubernetes resources, e.g., Ingress, HttpBackendGroup, Gateway, HTTPRoute, etc.

Getting startedGetting started

  1. Install kubect and configure it to work with the new cluster.

  2. Install the ingress controller or Gateway API.
  3. Create a resource. For available resource configurations, see Application Load Balancer tool reference for Managed Service for Kubernetes.

Applying a configurationApplying a configuration

To apply a configuration:

  1. Navigate to the folder with configuration files.

  2. Run the following command:

    kubectl apply -f .
    

    Applying a configuration may take a few minutes.

  3. After defining a new Ingress resource for your ingress controller to implement, make sure it was successfully created and got a public IP address:

    kubectl get ingress <Ingress_resource_name>
    

    Result:

    NAME            CLASS   HOSTS          ADDRESS       PORTS   AGE
    <Ingress_name>  <none>  <domain_name>  <IP_address>  80,443  15h
    

    The IP address should appear in the ADDRESS column. Otherwise, the load balancer was not created or was created with an error. Check the logs for the yc-alb-ingress-controller-* pod. (Do not confuse it with the yc-alb-ingress-controller-hc-* pod.)

Was the article helpful?

Previous
Working with service accounts
Next
Overview
© 2026 Direct Cursus Technology L.L.C.