-
Notifications
You must be signed in to change notification settings - Fork 1.4k
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
feat: Blueprint to demonstrate installation of multiple nginx ingress controllers for internal and public traffic split #1734
Conversation
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
@RobertNorthard thanks so much for this pattern! Really cool. Just some minor suggestions to change nginx ingress
to ingress-nginx
because those do have different meanings :)
Co-authored-by: Apoorva Kulkarni <[email protected]>
Co-authored-by: Apoorva Kulkarni <[email protected]>
Co-authored-by: Apoorva Kulkarni <[email protected]>
Co-authored-by: Apoorva Kulkarni <[email protected]>
Co-authored-by: Apoorva Kulkarni <[email protected]>
Co-authored-by: Apoorva Kulkarni <[email protected]>
Co-authored-by: Apoorva Kulkarni <[email protected]>
Co-authored-by: Apoorva Kulkarni <[email protected]>
Co-authored-by: Apoorva Kulkarni <[email protected]>
Co-authored-by: Apoorva Kulkarni <[email protected]>
Co-authored-by: Apoorva Kulkarni <[email protected]>
Co-authored-by: Apoorva Kulkarni <[email protected]>
Co-authored-by: Apoorva Kulkarni <[email protected]>
Co-authored-by: Apoorva Kulkarni <[email protected]>
Co-authored-by: Apoorva Kulkarni <[email protected]>
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
LGTM!
Looks like the security group doesn't get associated with the LB |
Can you please open an issue with what you are seeing? |
Description
This example demonstrates how to provision an Amazon EKS cluster and configure two nginx ingress controllers; one to expose applications publicly and the other to expose applications internally. Today, it is not always clear how to install duplicates of an EKS Blueprint addon to meet this use case. This blueprint also demonstrates how to leverage the new Security Group support for Network Load Balancers feature.
Motivation and Context
See above.
How was this change tested?
pre-commit run -a
with this PRAdditional Notes
N/A