Open xushaoxiao opened 4 days ago
You can connect to the Ray cluster and then use serve run
to deploy your serve applications
You can connect to the Ray cluster and then use
serve run
to deploy your serve applications
via common "deployment" to kuberay cluster
For prototyping, you can run serve run
. However, for production, you should create a RayService CR with a new RayCluster. To achieve RayService high availability, all Pods must be configured with readiness probes which are different from RayCluster CR.
Search before asking
Description
Hi teams, i want to deploy directly a application via rayservice to exist raycluster, what can do it ?
Now exist:
Use case
You can asume i have a new application serving by rayserve, the name is rayservice-app-one .
Related issues
No response
Are you willing to submit a PR?