ray/doc/source/cluster/cluster_under_construction/ray-clusters-on-kubernetes/examples.md
Dmitri Gekhtman 3293317c40
[kubernetes][docs] Logging guide, networking info, migration guide, fixes. (#27607)
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>
2022-08-09 00:38:05 -07:00

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