---
title: "List Available Regions, Node Sizes, and Versions of Kubernetes"
method: GET
path: "/v2/kubernetes/options"
tags: ["DigitalOcean-public.v2-new_Kubernetes"]
---

# List Available Regions, Node Sizes, and Versions of Kubernetes

`GET /v2/kubernetes/options`

To list the versions of Kubernetes available for use, the regions that support Kubernetes, and the available node sizes, send a GET request to `/v2/kubernetes/options`.

## Response `200`

The response will be a JSON object with a key called `options` which contains
`regions`, `versions`, and `sizes` objects listing the available options and
the matching slugs for use when creating a new cluster.

- KubernetesOptions
  - `options` object
    - `regions` KubernetesRegion[]
      - `name` string — A DigitalOcean region where Kubernetes is available.
      - `slug` string — The identifier for a region for use when creating a new cluster.
    - `versions` KubernetesVersion[]
      - `slug` string — The slug identifier for an available version of Kubernetes for use when creating or updating a cluster. The string contains both the upstream version of Kubernetes as well as the DigitalOcean revision.
      - `kubernetes_version` string — The upstream version string for the version of Kubernetes provided by a given slug.
      - `supported_features` string[] — The features available with the version of Kubernetes provided by a given slug.
    - `sizes` KubernetesSize[]
      - `name` string — A Droplet size available for use in a Kubernetes node pool.
      - `slug` string — The identifier for a size for use when creating a new cluster.

## Other responses

- `401` — Authentication failed due to invalid credentials.
- `404` — The resource was not found.
- `429` — The API rate limit has been exceeded.
- `500` — There was a server error.
- `default` — There was an unexpected error.

---

[API](https://skmtc.net/digitalocean/apis/digitalocean-api.md) · [All operations](https://skmtc.net/digitalocean/apis/digitalocean-api/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/digitalocean/digitalocean-api/revisions/cb3bf9b21459/schema)
