Add Tempo Zipkin Egress Policy to All Istio Injected Packages
The Tempo package contains a NetworkPolicy to allow ingress to the tempo pod on port 9411
to accept zipkin traces from the istio mesh.
Instead of coming from only the istio-system
namespace each individual istio-proxy
sidecar sends it's trace information directly to tempo, because of this we will need to make sure that every istio injected package within BigBang's umbrella contains an egress NetworkPolicy to talk to the tempo pod in the tempo namespace on port 9411/TCP
.
Create MRs for each istio injected package that does not have a Jaeger or Tempo port 9411
egress NetworkPolicy, link to this issue and the BigBang MR to close this issue can contain all of the new package tags to include these new egress NetworkPolicy templates.