Hi,
I deployed this configuration
apiVersion: networking.istio.io/v1beta1
kind: Sidecar
metadata:
name: default
namespace: istio-config
spec:
egress:
- hosts:
- “./*”
- “istio-system/*”
but unfortunately this does not work as expected. The communication between to containers in the same namespace is blocked. Any suggestions?