Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

[Feature] How to deploy a RayService with deployment to exist RayCluster ? #2560

Open
1 of 2 tasks
xushaoxiao opened this issue Nov 21, 2024 · 3 comments
Open
1 of 2 tasks
Labels
enhancement New feature or request question Further information is requested rayservice

Comments

@xushaoxiao
Copy link

Search before asking

  • I had searched in the issues and found no similar feature requirement.

Description

Hi teams, i want to deploy directly a application via rayservice to exist raycluster, what can do it ?

Now exist:
image

image

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?

  • Yes I am willing to submit a PR!
@xushaoxiao xushaoxiao added enhancement New feature or request triage labels Nov 21, 2024
@andrewsykim
Copy link
Collaborator

You can connect to the Ray cluster and then use serve run to deploy your serve applications

@xushaoxiao
Copy link
Author

You can connect to the Ray cluster and then use serve run to deploy your serve applications

via common "deployment" to kuberay cluster

@kevin85421
Copy link
Member

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.

@kevin85421 kevin85421 added rayservice question Further information is requested and removed triage labels Nov 23, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request question Further information is requested rayservice
Projects
None yet
Development

No branches or pull requests

3 participants