2023-04-14 17:44:16 +01:00
..
2023-04-14 17:44:16 +01:00
2023-04-14 17:44:16 +01:00
2023-04-14 15:58:30 +01:00

https://istio.io/latest/docs/reference/config/networking/sidecar/

https://istio.io/latest/docs/reference/glossary/#workload

I am not very sure on how or why to use this...

apiVersion:
 networking.istio.io/v1alpha3
kind: Sidecar
metadata:
  name: default
  namespace: foo
spec:
  egress:
    - hosts:
      - "./*"
      - "istio-system/*"