Open mathieu-benoit opened 3 years ago
For the last part with the IngressGateway
, it's now taken into account since https://github.com/mathieu-benoit/my-kubernetes-deployments/commit/777f26f4f6d206afbf41b1a2fe0d89a7e967b30b with the addition of myblog
in the ASM mesh and the new asm-ingress
namespace.
I'm wondering if I could improve the
NetworkPolicies
setup with myblog:Egress is all open, could I restrict the egress wide open but just for the istio-proxy sidecar which needs this? But maybe not the myblog Pod? Today I use the
app=myblog
selector: https://github.com/mathieu-benoit/my-kubernetes-deployments/blob/main/namespaces/myblog/myblog/networkpolicies.yaml#L18Does this
istio-proxy
sidecar needs this below for example?And what about the fact that it sends trace to Cloud Monitoring/Trace?
Further considerations too, when I will add the
IngressGateway
in front of myblog, should I need to change/restrict theIngress
rules like illustrated withproductpage
in there?