Yandex Cloud
Search
Contact UsGet started
  • Blog
  • Pricing
  • Documentation
  • All Services
  • System Status
    • Featured
    • Infrastructure & Network
    • Data Platform
    • Containers
    • Developer tools
    • Serverless
    • Security
    • Monitoring & Resources
    • ML & AI
    • Business tools
  • All Solutions
    • By industry
    • By use case
    • Economics and Pricing
    • Security
    • Technical Support
    • Customer Stories
    • Gateway to Russia
    • Cloud for Startups
    • Education and Science
  • Blog
  • Pricing
  • Documentation
Yandex project
© 2025 Yandex.Cloud LLC
Yandex Network Load Balancer
  • Getting started
    • Overview
    • Network load balancer types
    • Traffic listener
    • Target groups and resources
    • Health checks
    • Implementation specifics
    • Use cases
    • Recommendations for use
    • Quotas and limits
  • Access management
  • Pricing policy
  • Terraform reference
  • Monitoring metrics
  • Audit Trails events
  • Release notes
  • FAQ

In this article:

  • VMs
  • Instance group
  • Managed Service for Kubernetes cluster
  1. Concepts
  2. Use cases

Network load balancer use cases

Written by
Yandex Cloud
Updated at March 7, 2025
  • VMs
  • Instance group
  • Managed Service for Kubernetes cluster

VMsVMs

A load balancer’s incoming traffic is distributed in a certain way among VMs located in the target groups downstream of the load balancer.

If multiple traffic listeners are used on one load balancer, the traffic coming to these listeners will be distributed among all target groups connected to this load balancer simultaneously.

For example, traffic coming to "Listener-1" will be sent to instances in target groups 1 and 2.

For more granular traffic listening, instead of creating multiple listeners per load balancer, we recommend creating a separate load balancer for each service.

Instance groupInstance group

When creating an instance group, a target group for the network load balancer will also be created, which will include all VMs from this group.

When adding or removing VMs from the group, the load balancer's target group will also reflect these changes.

Example of deploying an instance group with autoscaling and integration with a network load balancer.

Managed Service for Kubernetes clusterManaged Service for Kubernetes cluster

To use a network load balancer as part of services within a Managed Service for Kubernetes cluster, you need to create a service of the LoadBalancer type. Then the cluster itself will create network load balancer objects according to the provided manifests and will monitor the load balancer's target group receiving VMs from all node groups of that cluster.

To learn more about deploying a service using a network load balancer in a Kubernetes cluster, see Granting access to an app running in a Kubernetes cluster.

Was the article helpful?

Previous
Implementation specifics
Next
Recommendations for use
Yandex project
© 2025 Yandex.Cloud LLC