savagebidoof c850b09d0a Sidecar 01 works.
Slightliy documented.

Proceeding with sidecar egress.
2023-04-19 18:10:02 +02:00
..
2023-04-19 18:10:02 +02:00
2023-04-19 18:10:02 +02:00
2023-04-19 18:10:02 +02:00

https://istio.io/latest/docs/examples/microservices-istio/setup-kubernetes-cluster/

Create namespaces

export NAMESPACE=tutorial
kubectl create namespace $NAMESPACE

Install istio demo

istioctl install --set profile=demo

Install telemetry addons

Grafana

kubectl apply -f https://raw.githubusercontent.com/istio/istio/master/samples/addons/grafana.yaml

Prometheus

kubectl apply -f https://raw.githubusercontent.com/istio/istio/master/samples/addons/prometheus.yaml

Kiali

kubectl apply -f https://raw.githubusercontent.com/istio/istio/master/samples/addons/kiali.yaml

Jaeger

kubectl apply -f https://raw.githubusercontent.com/istio/istio/master/samples/addons/jaeger.yaml

Create ingress resources

kubectl apply ./gateway.yaml