savagebidoof de4ae7dd09 Documented 06_Envoy examples:
- 01-Envoy-add-response-headers
- 02-envoy-logging

Added section README.md to:
- 05-Sidecar
- 06-Envoy
2023-10-14 10:19:01 +02:00
..
2023-10-14 10:19:01 +02:00

Description

On these examples, a Sidecar will be configured.

Examples

  • 01-ingress-proxy-forwarding
  • 02-egress-proxy

Heads up

On the example 02-egress-proxy, it's a requisite to configure Istio's meshConfig.outboundTrafficPolicy.mode as REGISTRY_ONLY.

During the installation of the cluster itself, can be set with:

istioctl install profile=default --set meshConfig.outboundTrafficPolicy.mode=REGISTRY_ONLY

On the current scenario, I would recommend purging the Istio installation and reinstalling again, as I assume that you are testing this examples in a sandbox that you are free to "destroy".

Purging Istio

istioctl uninstall --purge

Then proceed with reinstalling Istio using the command from above.

What if I don't want to purge Istio?

Modify the IstioOperator as mentioned here.