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
Related Commands
qovery context- Set cluster contextqovery environment- Manage environments on clusterqovery shell- Open shell in application container
Related Documentation
- Connect to EKS with kubectl - Comprehensive guide for kubectl access