mirror of
https://github.com/vale981/ray
synced 2025-03-06 10:31:39 -05:00

Implements a landing page for the new KubeRay-based deployment guide. Implements a "Getting started" Jupyter notebook
1.5 KiB
1.5 KiB
Ray on Kubernetes
(kuberay-index)=
Overview
You can execute your distributed Ray programs on a Kubernetes cluster.
The KubeRay Operator provides a Kubernetes-native interface for managing Ray clusters. Each Ray cluster consist of a head pod and collection of worker pods. Optional autoscaling support allows the KubeRay Operator to size your Ray clusters according to the requirements of your Ray workload, adding and removing Ray pods as needed.
Learn More
The Ray docs present all the information you need to start running Ray workloads on Kubernetes.
.. panels::
:container: text-center
:column: col-lg-12 p-2
:card:
**Getting started**
^^^
Learn how to start a Ray cluster and deploy Ray applications on Kubernetes.
+++
.. link-button:: kuberay-quickstart
:type: ref
:text: Get Started with Ray on Kubernetes
:classes: btn-outline-info btn-block
The KubeRay project
Ray's Kubernetes support is developed at the KubeRay GitHub repository, under the broader Ray project.
- Visit the KubeRay GitHub repo to track progress, report bugs, propose new features, or contribute to the project.
- Check out the KubeRay docs for further technical information, developer guides, and discussion of new and upcoming features.