Skip to main content

Overview

View and manage Kubernetes clusters in your Qovery organization.

Commands

List Clusters

List all clusters in current organization:

Deploy Cluster

Deploy a cluster:

Stop Cluster

Stop a cluster:

Install Cluster

Install Qovery on your cluster:

Upgrade Cluster

Upgrade a cluster to the next Kubernetes version:

Download Kubeconfig

Download kubeconfig file for kubectl access:
This command generates a kubeconfig file that allows you to connect to your cluster using kubectl.

Get Cluster Token

Get an auth token for a cluster:

Lock Cluster

Lock a cluster to prevent changes:

Unlock Cluster

Unlock a cluster:

List Cluster Nodes

List nodes of a cluster:

Open Debug Pod

Launch an interactive debug pod with kubectl pre-configured:
This opens a debug shell inside your cluster with kubectl access, perfect for troubleshooting.

Examples

List All Clusters

Deploy and Watch Cluster

Get kubectl Access

Open Debug Pod for Troubleshooting

Upgrade Cluster

Tips

Use qovery cluster deploy --watch to monitor cluster deployment progress in real time.
Use qovery cluster kubeconfig to get full kubectl access to your cluster for advanced operations.
The debug-pod command is perfect for quick troubleshooting without needing to configure kubectl locally.
Use qovery cluster lock during planned maintenance to prevent accidental changes to your cluster.