-
Notifications
You must be signed in to change notification settings - Fork 748
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
Adding Ip rules and route to enabling support for nodelocal DNS for Security Groups per pod #1662
Comments
@kakarotbyte We're working on a long term solution for this use case. We will provide an update soon. |
@kakarotbyte, just a quick update. A engineer in our team has made some progress on this support. We are having meeting this week to finalize the design and implementations. We will provide the update for further timelines. |
Thank you for update @haouc |
@haouc any updates on this? There are alternates that we are developing to get Pod Sgs to work with Node Local DNS so if the release is near, we can halt our work around this. |
@nip572 sorry for the late response. We are working on the feature to support this use case now. I will provide updates soon. |
Hi @haouc! Appreciate the work you all are doing on this as my team is also really interested in a resolution here. Are there any updates on this? |
Hi, we are working on this and ETA is Q1 2022. The resolution is to provide a new SGPP mode where users need to opt-in by set an environment variable. Once opted-in, the SGPP pods will behaves same(routing rules) as normal pod(based on secondary IPs and normal ENI), except it's based on a dedicated branch ENI. |
v1.11.0 is released. Closing the issue now. Please do reach out for any follow ups. |
|
What would you like to be added:
Adding manual route is allowing communication
Is this a recommended approach. If So can we add this in a new release ?
Below are the replication steps:
Issue
When ever a pod is created a new route table is creates in below case we see 101
by default new table looks as below.
Adding new rules.
After adding new rules
successful test
Why is this needed:
Based on the issue 1384 currently NodeLocal DNS doesnt work with Security group for pods. This ask will allow the communication to be supported.
The text was updated successfully, but these errors were encountered: