We’re hiring!
Anyscale Inc., the company behind Ray, is hiring interns and full-time software engineers to help advance and maintain Ray autoscaler, cluster launcher, cloud providers, the Kubernetes operator, and Ray Client. If you have a background in distributed computing/cluster orchestration/Kubernetes and are interested in making Ray the industry-leading open-source platform for distributed computing, apply here today. We’d be thrilled to welcome you on the team!
Ray Cluster Config YAML and CLI¶
- Cluster YAML Configuration Options
- Cluster Launcher Commands
- Launching a cluster (
ray up
) - Updating an existing cluster (
ray up
) - Running shell commands on the cluster (
ray exec
) - Running Ray scripts on the cluster (
ray submit
) - Attaching to a running cluster (
ray attach
) - Synchronizing files from the cluster (
ray rsync-up/down
) - Monitoring cluster status (
ray dashboard/status
) - Common Workflow: Syncing git branches
- Launching a cluster (
- Autoscaler SDK