diff --git a/README.md b/README.md index 8e31995ab7..bafa8b6688 100644 --- a/README.md +++ b/README.md @@ -15,7 +15,9 @@ KubeRay is an open source toolkit to run Ray applications on Kubernetes. It prov ## Documentation -You can view detailed documentation and guides at [https://ray-project.github.io/kuberay/](https://ray-project.github.io/kuberay/) +You can view detailed documentation and guides at [https://ray-project.github.io/kuberay/](https://ray-project.github.io/kuberay/). + +We also recommend checking out the official Ray guides for deploying on Kubernetes at [https://docs.ray.io/en/latest/cluster/kubernetes/index.html](https://docs.ray.io/en/latest/cluster/kubernetes/index.html). ## Quick Start diff --git a/docs/index.md b/docs/index.md index 5d2a668d78..5f12db293a 100644 --- a/docs/index.md +++ b/docs/index.md @@ -46,3 +46,7 @@ Please do **not** create a public GitHub issue. ## License This project is licensed under the [Apache-2.0 License](LICENSE). + +## The Ray docs + +You can find even more information on deployments of Ray on Kubernetes at the [official Ray docs](https://docs.ray.io/en/latest/cluster/kubernetes/index.html).