ray-project / ray

Ray is a unified framework for scaling AI and Python applications. Ray consists of a core distributed runtime and a set of AI Libraries for accelerating ML workloads.
https://ray.io
Apache License 2.0
31.89k stars 5.43k forks source link

[client] kubernetes w ray client #33367

Open ganu1988 opened 1 year ago

ganu1988 commented 1 year ago

Description

is there any we can use domain name instead of head_node_ip_address Unable to connect from local to AWS head node due to connection issue. we have alb with domain name, we tried using domain name , it is not working. is there a way we can expose via dns. ?

ray.init(address='ray://ray.dev.com:10001')

Use case

we have installed kuberay on kubernates cluster on AWS. since our connection is private we have to use alb with domain name to expose outside the world. have added alb with IP address and port and given the 10001' to forward the EKS ec2 with public hosted zone. is there a way we can expose via dns. ?

ray.init(address='ray://ray.dev.com:10001')

richardliaw commented 1 year ago

@ckw017 could you comment here?

I'm not sure if this is supported, but if it is not, we currently have no direct eng plans to add much support to the client interface. We are definitely open to contributions!