---
title: "Create a Kubernetes Cluster"
method: POST
path: "/kubernetes_clusters"
tags: ["Kubernetes Clusters"]
---

# Create a Kubernetes Cluster

`POST /kubernetes_clusters`

Creates a new managed Kubernetes cluster. Maximum of 1 cluster per project.

**Note:** Only users with the `owner`, `administrator`, or `collaborator` role can create clusters. Users with the `billing` role cannot perform this action.

Cluster names must follow Kubernetes naming rules: lowercase alphanumeric characters or hyphens, must start and end with an alphanumeric character, and be at most 63 characters long.

## Response `201`

Created

## Other responses

- `400` — Bad Request
- `403` — Forbidden
- `422` — Unprocessable Entity
- `503` — Service Unavailable

---

[API](https://skmtc.net/latitude/apis/latitude-sh-api.md) · [All operations](https://skmtc.net/latitude/apis/latitude-sh-api/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/latitude/latitude-sh-api/versions/7302d79e39bb/schema)
