-
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
Add example for Amazon VPC CNI Network Policy feature #1747
Labels
blueprint
documentation
Improvements or additions to documentation
enhancement
New feature or request
Comments
askulkarni2
added
documentation
Improvements or additions to documentation
enhancement
New feature or request
blueprint
labels
Sep 6, 2023
Thank you for working on this @valentinwidmer 👍 |
are there examples or PRs? If not I could help contribute my own setting vpc-cni = {
configuration_values = jsonencode({
enableNetworkPolicy = "true",
init = {
env = {
DISABLE_TCP_EARLY_DEMUX = "true"
}
}
env = {
ENABLE_POD_ENI = "true",
POD_SECURITY_GROUP_ENFORCING_MODE = "standard",
AWS_VPC_K8S_CNI_EXTERNALSNAT = "true"
} })
} |
3 tasks
Created pull request for review: #1781 |
Hi @alanwu4321 . Thanks a lot for your contribution. I've already raised a PR #1781 |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Labels
blueprint
documentation
Improvements or additions to documentation
enhancement
New feature or request
Community Note
What is the outcome that you are trying to reach?
Amazon announced native Network Policy support through Amazon VPC CNI (https://aws.amazon.com/about-aws/whats-new/2023/08/amazon-vpc-cni-kubernetes-networkpolicy-enforcement/). Adding an example how to use Network Policies with Amazon VPC CNI helps user to get started.
Describe the solution you would like
Add TF code (inside examples folder) how to use Network Policies with Amazon VPC CNI
Describe alternatives you have considered
N/A
Additional context
The text was updated successfully, but these errors were encountered: