Skip to main content
Reference material for Managed Kubernetes.

Provider kinds

The {provider} path segment in every endpoint below is one of:
The CLI accepts these values via --provider (ovh-mks and mks are accepted as aliases for ovh_mks).

API Reference

All endpoints are bearer-token authenticated under /org/clusters/managed/{provider}.
The ankra cluster managed CLI covers create, delete, node-pool add|scale|update|delete, upgrade, and stop/start. Live options, discovery, import, preflight, and pool size replacement are portal/API only.
Managed node pool machine sizes are immutable at every provider, so changing a pool’s size is a blue/green replacement: Ankra creates a pool with the new size (copying count, labels, taints, and autoscaling), waits until it is ready, then deletes the old pool. Expect transient double capacity while both pools exist; workloads are rescheduled by Kubernetes when the old pool is removed. Whether a provider supports stop/start is advertised per provider as supports_stop_start in the /options capabilities.

Provider-specific option blocks