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][Docs] AWS Application Load Balancer (ALB) support #658

Merged
merged 10 commits into from
Oct 27, 2022

Conversation

kevin85421
Copy link
Member

@kevin85421 kevin85421 commented Oct 26, 2022

Why are these changes needed?

Some users are interested in ingress support of KubeRay. KubeRay has built-in ingress support. However, built-in ingress only supports simple Nginx setups (See ingress.md#example-nginx-ingress-on-kind and #646 for more details). We do not recommend users use built-in ingress support in a production environment with complex routing requirements. Hence, we need to have more documentation about how to set up ingress without built-in ingress support.

AWS Application Load Balancer (ALB) is one of the most popular ingress controllers. It is good to have a document to describe how to set up ALB as an ingress controller and a load balancer for KubeRay.

Why do not we recommend users use built-in ingress support in a production environment?

Related issue number

Closes #657
#441

Checks

  • I've made sure the tests are passing.
  • Testing Strategy
    • Unit tests
    • Manual tests
    • This PR is not tested :(

Screenshot

Access Ray Dashboard with the DNS name of the ALB.
Screen Shot 2022-10-26 at 1 34 27 PM

@kevin85421 kevin85421 marked this pull request as ready for review October 26, 2022 20:53
docs/guidance/ingress.md Outdated Show resolved Hide resolved
docs/guidance/ingress.md Show resolved Hide resolved
docs/guidance/ingress.md Outdated Show resolved Hide resolved
docs/guidance/ingress.md Outdated Show resolved Hide resolved
docs/guidance/ingress.md Outdated Show resolved Hide resolved
kevin85421 and others added 5 commits October 27, 2022 12:30
Co-authored-by: Dmitri Gekhtman <62982571+DmitriGekhtman@users.noreply.github.com>
Signed-off-by: Kai-Hsun Chen <kaihsun@apache.org>
Co-authored-by: Dmitri Gekhtman <62982571+DmitriGekhtman@users.noreply.github.com>
Signed-off-by: Kai-Hsun Chen <kaihsun@apache.org>
Co-authored-by: Dmitri Gekhtman <62982571+DmitriGekhtman@users.noreply.github.com>
Signed-off-by: Kai-Hsun Chen <kaihsun@apache.org>
Co-authored-by: Dmitri Gekhtman <62982571+DmitriGekhtman@users.noreply.github.com>
Signed-off-by: Kai-Hsun Chen <kaihsun@apache.org>
@DmitriGekhtman DmitriGekhtman merged commit 3ac1b5a into ray-project:master Oct 27, 2022
lowang-bh pushed a commit to lowang-bh/kuberay that referenced this pull request Sep 24, 2023
…ect#658)

* Update docs/guidance/ingress.md

Co-authored-by: Dmitri Gekhtman <62982571+DmitriGekhtman@users.noreply.github.com>
Signed-off-by: Kai-Hsun Chen <kaihsun@apache.org>

Adds docs on how to set up an ingress for KubeRay on EKS using an ALB.
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

[Feature][Docs] AWS Application Load Balancer (ALB) support
2 participants