---
title: "List managed Kubernetes pricing"
method: GET
path: "/api/v1/public/pricing/kubernetes"
tags: ["Catalog"]
---

# List managed Kubernetes pricing

`GET /api/v1/public/pricing/kubernetes`

Returns worker node plans plus HA control plane and storage node pricing. The standard control plane is free — `ha_pricing` is the optional highly available control plane.

## Response `200`

Managed Kubernetes pricing

- object
  - `success` boolean
  - `plans` K8sNodePlan[]
    - `id` integer, required — Node plan ID
    - `name` string, required — Node plan name
    - `vcpu` integer, required — Number of vCPU cores per node
    - `memory_gib` integer, required — RAM in GiB per node
    - `ssd_gib` integer, required — NVMe SSD storage in GiB per node
    - `transfer_gib` integer — Monthly data transfer in GiB (0 means unmetered)
    - `price_per_hour` number, required — Hourly price per node in USD (pay-as-you-go)
    - `price_per_month` number, required — Monthly price per node in USD
    - `total_price` number — Monthly price per node in USD (same as price_per_month)
    - `yearly_price` number — Yearly commitment price in USD (0 if not offered)
    - `twenty_four_month_price` number — 24-month commitment price in USD (0 if not offered)
    - `region` 'us-east', required — Region this plan is available in
  - `ha_pricing` K8sHAPricing — Optional highly available control plane pricing. The standard control plane is free.
    - `price_per_hour` number — Hourly price in USD
    - `price_per_month` number — Monthly price in USD
  - `storage_pricing` K8sStoragePricing — Per-GB pricing for dedicated NVMe storage nodes.
    - `per_gb_month` number — Price per GB per month in USD
    - `per_gb_hour` number — Price per GB per hour in USD
    - `min_gb` integer — Minimum storage node size in GB
    - `max_gb` integer — Maximum storage node size in GB
    - `default_gb` integer — Default storage node size in GB

## Other responses

- `400` — Invalid request parameters

## Changes

- **2026-08-20** `efd3c11c5c92` — 1 info
  - endpoint added

[Change history](https://skmtc.dev/rafftechnologies/apis/raff-api/changes/api/v1/public/pricing/kubernetes/get.md)

---

[API](https://skmtc.dev/rafftechnologies/apis/raff-api.md) · [All operations](https://skmtc.dev/rafftechnologies/apis/raff-api/llms.txt) · [OpenAPI document](https://skmtc.dev/rafftechnologies/apis/raff-api/revisions/efd3c11c5c92?raw)
