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
    • Cloud credits to scale your IT product
    • Gateway to Russia
    • Cloud for Startups
    • Education and Science
    • Yandex Cloud Partner program
  • Blog
  • Pricing
  • Documentation
© 2025 Direct Cursus Technology L.L.C.
Yandex Managed Service for Kubernetes
  • Comparison with other Yandex Cloud services
  • Getting started
    • All guides
    • Connecting to a node over SSH
    • Connecting to a node via OS Login
    • Updating Kubernetes
    • Configuring autoscaling
      • Information about existing node groups
      • Creating a node group
      • Connecting to a node over SSH
      • Connecting to a node via OS Login
      • Configuring autoscaling
      • Updating a node group
      • Managing Kubernetes node labels
      • Deleting a node group
    • Connecting external nodes to the cluster
  • Access management
  • Pricing policy
  • Terraform reference
  • Monitoring metrics
  • Audit Trails events
  • Release notes

In this article:

  • Getting a list of node groups in a cluster Kubernetes
  • Getting detailed information about a node group
  1. Step-by-step guides
  2. Managing a node group
  3. Information about existing node groups

Information about existing node groups

Written by
Yandex Cloud
Updated at November 5, 2024
  • Getting a list of node groups in a cluster Kubernetes
  • Getting detailed information about a node group

To find out the ID or NAME of a node group, get a list of node groups in the Kubernetes cluster or detailed information about the node group.

Getting a list of node groups in a cluster KubernetesGetting a list of node groups in a cluster Kubernetes

Get a list of node groups in a Kubernetes cluster:

Management console
CLI
API
  1. Go to the folder page and select Managed Service for Kubernetes.
  2. Click the name of the Kubernetes cluster.
  3. Go to the Node manager tab.

Run this command:

yc managed-kubernetes node-group list

Result:

+----------------------+----------------------+----------------+----------------------+---------------------+---------+------+
|          ID          |      CLUSTER ID      |      NAME      |  INSTANCE GROUP ID   |     CREATED AT      | STATUS  | SIZE |
+----------------------+----------------------+----------------+----------------------+---------------------+---------+------+
| catvhf4iv6dt******** | catcafja9ktu******** | test-nodegroup | cl1ec3le3qv3******** | 2019-04-09 10:56:22 | RUNNING |    2 |
+----------------------+----------------------+----------------+----------------------+---------------------+---------+------+

To get the list of node groups in the default folder, use the list method for the NodeGroup resource.

Getting detailed information about a node groupGetting detailed information about a node group

To access a node group, use the ID or NAME parameters from the previous step.

Management console
CLI
API
  1. Go to the folder page and select Managed Service for Kubernetes.
  2. Click the name of the Kubernetes cluster.
  3. Go to the Node manager tab.
  4. Click the name of the node group.

Get detailed information about the node group:

yc managed-kubernetes node-group get test-nodegroup

Result:

id: catvhf4iv6dt********
cluster_id: catcafja9ktu********
created_at: "2019-04-09T10:56:22Z"
...
    subnet_id: b0c0jfcpqgng********
instance_group_id: cl1ec3le3qv3********
node_version: 1.13.3

You can get detailed information about a node group using the get method for the NodeGroup resource.

Was the article helpful?

Previous
Deleting a Kubernetes cluster
Next
Creating a node group
© 2025 Direct Cursus Technology L.L.C.