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
  • Access management
  • Pricing policy
  • Terraform reference
    • Authentication with the API
      • Overview
        • Overview
        • List
  • Monitoring metrics
  • Audit Trails events
  • Release notes

In this article:

  • HTTP request
  • Response
  • AvailableVersions
  1. API reference
  2. Managed Service for Kubernetes REST
  3. Version
  4. List

Managed Services for Kubernetes API, REST: Version.List

Written by
Yandex Cloud
Updated at November 26, 2024
  • HTTP request
  • Response
  • AvailableVersions

Retrieves the list of versions in the specified release channel.

HTTP requestHTTP request

GET https://mks.api.cloud.yandex.net/managed-kubernetes/v1/versions

ResponseResponse

HTTP Code: 200 - OK

{
  "availableVersions": [
    {
      "releaseChannel": "string",
      "versions": [
        "string"
      ]
    }
  ]
}

Field

Description

availableVersions[]

AvailableVersions

Versions available in the specified release channel.

AvailableVersionsAvailableVersions

Field

Description

releaseChannel

enum (ReleaseChannel)

Release channel: RAPID, REGULAR or STABLE. For more details see documentation.

  • RELEASE_CHANNEL_UNSPECIFIED
  • RAPID: Minor updates with new functions and improvements are often added.
    You can't disable automatic updates in this channel, but you can specify a time period for automatic updates.
  • REGULAR: New functions and improvements are added in chunks shortly after they appear on RAPID.
  • STABLE: Only updates related to bug fixes or security improvements are added.

versions[]

string

Version of Kubernetes components.

Was the article helpful?

Previous
Overview
Next
Overview
© 2025 Direct Cursus Technology L.L.C.