aws-containers / retail-store-sample-app

Sample application for demonstrating container platforms and related technology
MIT No Attribution
229 stars 277 forks source link

Network policy example #180

Open niallthomson opened 1 year ago

niallthomson commented 1 year ago

Add ability to install the Cilium CNI with the blueprints addon and add sample network policies that lock down communication between the components.

General rules:

The Terraform should be behind a flag called something like network_policies_enabled

niallthomson commented 1 year ago

Now that network policies are natively supported by the AWS VPC CNI this implementation can leverage that functionality.

sudanpsg commented 2 months ago

@niallthomson assign this to me