Skip to main content
Ray is a project for running machine learning jobs in a cluster of machines. KubeRay is an operator for installing Ray on top of Kubernetes. For up-to-date installation guide check with the upstream Ray documentation.

Install Ray operator with Helm

Create a Kubernetes cluster with talosctl or via Omni. Deploy the operator via Helm.
Once the operator pod is running you can create a Ray cluster.
Get the status of the cluster:
The output should look like this.
From here you can follow the Ray documentation to run a RayJob.