Launching Ray on MiniKube on my PC

I want to use ray with a Minikube cluster on my PC. The documentation does not talk about how something like this could be done. Also how do I use my @serve.deployment classes on the cluster. Is there a tutorial you could direct me to?

How severe does this issue affect your experience of using Ray?

  • High: It blocks me to complete my task.

@matthewdeng perhaps you can answer the question about serve?

Hey @OAfzal,

Have you checked out the docs on Kuberay and this Serve End-to-End Tutorial?

cc @eoakes in case I missed any relevant resources.

Hey so I checked out kuberay and it does look helpful but I also managed to start a ray cluster using the helm chart provided in the repo. I now wanted to know how I could move @serve.deployment classes to this cluster.