aws / amazon-vpc-cni-plugins

VPC CNI plugins for Amazon ECS and EKS.
Apache License 2.0
68 stars 45 forks source link

Initial commit to add a new CNI plugin for ECS ServiceConnect #64

Closed rajal-amzn closed 2 years ago

rajal-amzn commented 2 years ago

Issue #, if available: None

Description of changes: Adding a new CNI plugin - ecs-service-connect that takes in the configuration and sets up the ingress and egress rules for AwsVPC mode. Also refactored common plugin setup between aws-appmesh and ecs-service-connect.

Will take up the below changes in a followup PR:

Testing done: make build && make build e2e-test

By submitting this pull request, I confirm that my contribution is made under the terms of the Apache 2.0 license.