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
    • All guides
    • Connecting to a node over SSH
    • Connecting to a node via OS Login
    • Updating Kubernetes
    • Configuring autoscaling
    • Activating a Kubernetes Terraform provider
    • Installing applications from Yandex Cloud Marketplace using Terraform
    • Working with private Docker image registries
      • Getting information about a Kubernetes cluster
      • Viewing operations with a Kubernetes cluster
      • Creating a Kubernetes cluster
      • Updating a Kubernetes cluster
      • Creating a namespace in a Kubernetes cluster
      • Managing access to a Kubernetes cluster
      • Getting a list of available master configurations in a Kubernetes cluster
      • Monitoring cluster health status Kubernetes
      • Deleting a Kubernetes cluster
  • Access management
  • Pricing policy
  • Terraform reference
  • Monitoring metrics
  • Audit Trails events
  • Release notes

In this article:

  • Getting a list of Kubernetes clusters in a folder
  • Getting detailed information about a Kubernetes cluster
  1. Step-by-step guides
  2. Managing a Kubernetes cluster
  3. Getting information about a Kubernetes cluster

Information about existing Managed Service for Kubernetes clusters

Written by
Yandex Cloud
Updated at March 17, 2026
  • Getting a list of Kubernetes clusters in a folder
  • Getting detailed information about a Kubernetes cluster

To find out the Kubernetes cluster ID or NAME, get a list of Kubernetes clusters in the folder or detailed information about the Kubernetes cluster.

Getting a list of Kubernetes clusters in a folderGetting a list of Kubernetes clusters in a folder

Get a list of Kubernetes clusters in the default folder.

Management console
CLI
API

To get a list of Kubernetes clusters, in the management console, select a folder and go to Managed Service for Kubernetes.

Run this command:

yc managed-kubernetes cluster list

Result:

+----------------------+------------------+---------------------+---------+---------+-------------------------+-------------------+
|          ID          |       NAME       |     CREATED AT      | HEALTH  | STATUS  |    EXTERNAL ENDPOINT    | INTERNAL ENDPOINT |
+----------------------+------------------+---------------------+---------+---------+-------------------------+-------------------+
| cata9ertn6tc******** | test-k8s-cluster | 2019-04-12 10:00:27 | HEALTHY | RUNNING | https://84.201.150.176/ | https://10.0.0.3/ |
+----------------------+------------------+---------------------+---------+---------+-------------------------+-------------------+

Use either the list REST API method for the Cluster resource or the ClusterService/List gRPC API call.

Getting detailed information about a Kubernetes clusterGetting detailed information about a Kubernetes cluster

To access a Kubernetes cluster, use the ID or NAME parameters from the previous section.

Management console
CLI
API
  1. In the management console, select a folder.
  2. Go to Managed Service for Kubernetes.
  3. Click the name of the Kubernetes cluster.

Get detailed information about a Kubernetes cluster:

yc managed-kubernetes cluster get test-k8s-cluster

Result:

id: cata9ertn6tc********
folder_id: b1g88tflru0e********
created_at: "2019-04-12T10:00:27Z"
...
ip_allocation_policy:
  cluster_ipv4_cidr_block: 10.13.0.0/16
  service_ipv4_cidr_block: 10.14.0.0/16

To get detailed information about a Kubernetes cluster, use the get REST API method for the Cluster resource or the ClusterService/Get gRPC API call.

Was the article helpful?

Previous
Integration with Object Storage
Next
Viewing operations with a Kubernetes cluster
© 2026 Direct Cursus Technology L.L.C.