istioctl install (with profile default)
kubectl label namespace default istio-injection=enabled
kubectl apply -f https://raw.githubusercontent.com/istio/istio/release-1.25/samples/addons/kiali.yaml (opens in a new tab) kubectl apply -f https://raw.githubusercontent.com/istio/istio/release-1.25/samples/addons/prometheus.yaml (opens in a new tab) kubectl apply -f https://raw.githubusercontent.com/istio/istio/release-1.25/samples/addons/jaeger.yaml (opens in a new tab) kubectl apply -f https://raw.githubusercontent.com/istio/istio/release-1.25/samples/addons/grafana.yaml (opens in a new tab)
kubectl port-forward svc/kiali 20001:20001 -n istio-system kubectl port-forward svc/kiali 20001:3000 -n istio-system
istioctl uninstall --purge