Yandex Cloud
Search
Contact UsGet started
  • Pricing
  • Customer Stories
  • Documentation
  • Blog
  • All Services
  • System Status
    • Featured
    • Infrastructure & Network
    • Data Platform
    • Containers
    • Developer tools
    • Serverless
    • Security
    • Monitoring & Resources
    • AI for business
    • Business tools
  • 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
  • Pricing
  • Customer Stories
  • Documentation
  • Blog
© 2025 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 the Kubernetes Terraform provider
    • Installing applications from Yandex Cloud Marketplace using Terraform
      • 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 Kubernetes cluster access
      • Monitoring Kubernetes cluster state
      • 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 November 5, 2024
  • 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, go to the folder page and select 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/ |
+----------------------+------------------+---------------------+---------+---------+-------------------------+-------------------+

To get the list of Kubernetes clusters in the default folder, use the list method for the Cluster resource.

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. Go to the folder page and select Managed Service for Kubernetes.
  2. 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

You can get detailed information about a Kubernetes cluster using the get method for the Clusterresource.

Was the article helpful?

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