mirror of
https://github.com/vale981/ray
synced 2025-03-14 07:06:38 -04:00

This PR Adds notes and example on logging for Ray/K8s. Implements an API Reference paging pointing to the configuration guide and the RayCluster CR definition. Takes managed K8s services out of the tabbed structure, to make that page look less sad. Adds a comparison of the KubeRay operator and legacy K8s operator Adds an architecture diagram for the autoscaling sections Fixes some other minor items Adds some info about networking to the configuration guide, removes the previously planned networking page Signed-off-by: Dmitri Gekhtman <dmitri.m.gekhtman@gmail.com>
617 B
617 B
(kuberay-examples)=
Examples
:::{note}
To learn the basics of Ray on Kubernetes, we recommend taking a look
at the {ref}introductory guide<kuberay-quickstart>
first.
If you are new to your cloud provider's Kubernetes service, we recommend
taking a look at the documentation links collected {ref}here<kuberay-k8s-setup>
:::
This section presents example Ray workloads to try out on your Kubernetes cluster.
More examples will be added in the future. Running the distributed XGBoost example below is a great way to start experimenting with production Ray workloads on Kubernetes.
- {ref}
kuberay-ml-example