Posted inDevOp Machine Learning
Set up Ray and RayService with Kubernetes on Ubuntu
In this article, I documented my steps to set up RayService on my ubunto laptop and I hope it will be useful for someone. This article goes through
- setting up a cluster,
- installing kubeRay operator,
- installing KubeService,
- sending requests to KubeService.
If you have not set up your kubernetes environment, checkout Use Kind and K9s to Learn Kubernetes Locally (on Ubuntu)