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

Add ip[6]tables support for Pod Identity feature #133

Open
wants to merge 1 commit into
base: main
Choose a base branch
from

Conversation

guessi
Copy link

@guessi guessi commented Dec 16, 2024

Issue #, if available:

#123

Description of changes:

Pod Identity introduced back at Dec 28, 2023

According to public documentation, Pod Identity uses the hostNetwork of the node and it uses port 80 and port 2703 on a link-local address on the node. This address is 169.254.170.23 for IPv4 and [fd00:ec2::23] for IPv6 clusters,

Adding it into default iptables/ip6tables would be required.

By submitting this pull request, I confirm that you can use, modify, copy, and redistribute this contribution, under the terms of your choice.

Pod Identity introduced back at Dec 28, 2023
- https://aws.amazon.com/blogs/containers/amazon-eks-pod-identity-a-new-way-for-applications-on-eks-to-obtain-iam-credentials/

According to public documentation, Pod Identity uses the hostNetwork of the node and it uses port `80` and port `2703` on a link-local address on the node. This address is `169.254.170.23` for IPv4 and `[fd00:ec2::23]` for IPv6 clusters,
- https://docs.aws.amazon.com/eks/latest/userguide/pod-identities.html#pod-id-considerations
- https://docs.aws.amazon.com/eks/latest/userguide/pod-id-agent-setup.html

Adding it into default iptables/ip6tables would be required.
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.

1 participant