Step 1: Create a Kubernetes cluster with GPUs
- In the left navigation, click Kubernetes.
- Click Create K8s Cluster.
- Select a region with GPU availability that fits your needs.
- Create or select a project.
- Configure the cluster (cluster name, nodes, image, SSH key, version, etc.).
- Click Launch and wait until the cluster status is ready/active.
- Copy KubeConfig from the cluster card/details and setup the kubeconfig file.
Recommended: Have at least one GPU-capable node available for Stable Diffusion serving.
Step 2: Install required Marketplace apps
Go to Kubernetes → Marketplace and install, in this order:2.1 Install NVIDIA GPU Operator
- Open NVIDIA GPU Operator → View Details
- Choose Existing Cluster = your cluster
- Click Deploy Application

2.2 Install KubeRay Operator
- Open KubeRay Operator → View Details
- Choose Existing Cluster
- Click Deploy Application

2.3 Install Ray Cluster
- Open Ray Cluster → View Details
- Choose Existing Cluster
- Click Deploy Application

Step 3: Install the Stable Diffusion RayService
Apply the example RayService manifest:True.
