UNCLASSIFIED - NO CUI

Skip to content

[FEAT] - Adding BigBang Specific Network policies

Ryan Garcia requested to merge network-policies into main

Adding templates for network policies that cover the following:

  • Default deny ingress from anything outside the Release namespace
  • Allow ingress from istio-ingressgateway in istio-system namespace
  • Allow to port 53 for kube-dns
  • Block Egress to AWS API (kube-prometheus-stack does not need to talk to AWS API)

Merge request reports