Jul 14, 2024
kubectl get nodes
curl -L <URL> | sh
istio-init Helm chart): Deploys CRDsistio Helm chart): Main Istio components with additional add-ons like Grafana and Kyani.export KIALI_USERNAME=admin
export KIALI_PASSPHRASE=admin
kubectl create secret generic kiali -n istio-system --from-literal=username=$KIALI_USERNAME --from-literal=passphrase=$KIALI_PASSPHRASE
kubectl describe secret kiali -n istio-systemhelm install install/kubernetes/helm/istio --name istio --namespace istio-system --set grafana.enabled=true --set kiali.enabled=true
--set kiali.dashboard.grafanaURL=http://grafana:3000kubectl label namespace default istio-injection=enabledkubectl create -f samples/bookinfo/platform/kube/bookinfo.yamlkubectl create -f samples/bookinfo/networking/bookinfo-gateway.yamlkubectl create -f samples/bookinfo/networking/destination-rule-all.yamlkubectl port-forward svc/kiali -n istio-system 20001:20001
http://localhost:20001