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
      • Supporting an IAM workload identity federation in a Kubernetes cluster
      • Getting a list of available master configurations in a Kubernetes cluster
      • Cluster health state monitoring Kubernetes
      • Deleting a Kubernetes cluster
  • Access management
  • Pricing policy
  • Terraform reference
  • Monitoring metrics
  • Audit Trails events
  • Release notes
  1. Step-by-step guides
  2. Managing a Kubernetes cluster
  3. Getting a list of available master configurations in a Kubernetes cluster

Getting a list of available master configurations in a Kubernetes cluster

Written by
Yandex Cloud
Updated at March 17, 2026
Management console
CLI
API
  1. In the management console, select a folder.

  2. Go to Managed Service for Kubernetes.

  3. Select the cluster and click Edit in the top-right corner of the page. This will open the cluster editing page.

  4. Under Master configuration, expand the Computing resources section.

    You will see the available configurations on these tabs:

    • Standard
    • CPU-optimized
    • Memory-optimized

Run this command:

yc managed-kubernetes resource-preset list

Result:

+------------+-------+----------+---------------+
|     ID     | CORES |  MEMORY  | CORE FRACTION |
+------------+-------+----------+---------------+
| s-c2-m8    |     2 | 8.0 GB   |           100 |
| m-c2-m16   |     2 | 16.0 GB  |           100 |
| c-c4-m8    |     4 | 8.0 GB   |           100 |
| s-c4-m16   |     4 | 16.0 GB  |           100 |
| m-c4-m32   |     4 | 32.0 GB  |           100 |
| c-c8-m16   |     8 | 16.0 GB  |           100 |
| s-c8-m32   |     8 | 32.0 GB  |           100 |
| m-c8-m64   |     8 | 64.0 GB  |           100 |
| c-c16-m32  |    16 | 32.0 GB  |           100 |
| s-c16-m64  |    16 | 64.0 GB  |           100 |
| m-c16-m128 |    16 | 128.0 GB |           100 |
| c-c32-m64  |    32 | 64.0 GB  |           100 |
| s-c32-m128 |    32 | 128.0 GB |           100 |
| m-c32-m256 |    32 | 256.0 GB |           100 |
| s-c64-m256 |    64 | 256.0 GB |           100 |
| s-c80-m320 |    80 | 320.0 GB |           100 |
+------------+-------+----------+---------------+  

Use the ResourcePresetService/List gRPC API call.

Learn more about master computing resources

Was the article helpful?

Previous
Supporting an IAM workload identity federation in a Kubernetes cluster
Next
Cluster health state monitoring Kubernetes
© 2026 Direct Cursus Technology L.L.C.