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:

  • Using a network load balancer
  • Deployment tools
  1. Concepts
  2. Overview

Network load balancer. Overview

Written by
Yandex Cloud
Updated at May 13, 2025
  • Using a network load balancer
  • Deployment tools

Network load balancers (NLBs) are designed to build fault-tolerant and scalable applications and services in Yandex Cloud.

Fault tolerance and scalability are achieved by distributing the traffic entering the load balancer among the cloud resources behind it.

Network load balancers operate at Level 4 of the OSI network model. Yet they employ technologies operating at Level 3 to accelerate data packet processing.

Using a network load balancerUsing a network load balancer

A network load balancer can be used together with the following resources and services in Yandex Cloud:

  • VMs: individual VM instances added to the balancer's target group directly, without using integrations with other services.
  • Instance groups (Instance Groups). The instance group tracks the number of VMs in the group and changes the composition of the balancer's target group as needed.
  • Clusters (Managed Service for Kubernetes). The master node of the Kubernetes cluster tracks the number of VMs in the cluster node groups and changes the composition of the balancer's target group as needed.

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

The structure of the network load balancer includes the following key components:

  • Traffic Listener accepts traffic on the balancer.
  • Target Group: Set of resources that receive traffic from the listener.
  • Resource health checker for target groups checks the availability of resources in the target group.

You can create a network load balancer by specifying only its name. The other parameters are optional. An external balancer is created by default. Traffic listeners and target groups can be created later and linked to the previously created network load balancer.

Deployment toolsDeployment tools

A network load balancer can be deployed in Yandex Cloud using the following tools:

  • Cloud console
  • CLI
  • Terraform

Was the article helpful?

Previous
Terraform
Next
Network load balancer types
Yandex project
© 2025 Yandex.Cloud LLC