Set Up Your Kubernetes Cluster¶
GPU Cluster Manager works with various Kubernetes configurations. You'll need a Kubernetes cluster provisioned in your cloud or on-premises environment.
- If you already have Kubernetes installed: You can skip ahead and Install Helm on the Management Node.
- If you need to install Kubernetes: Choose one of the following guides:
- K3s: For a lightweight setup, refer to the official K3s Quick-Start Guide or our simplified Quick-Start Guide.
- Vanilla Kubernetes: For a standard production environment, consult the official Kubernetes deployment tools documentation.