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:
Handling Bridge mode
Returning CNI Results
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.
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 betweenaws-appmesh
andecs-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.