Jul 14, 2024
kubectl version, kubectl get nodescurl -L <URL> | sh, install Istio ctl binarykubectl create namespace istio-systemhelm install under the install directory kubernetes helm istio-init --name istio-init --namespace istio-systemkubectl create secret to create a secretexport KIALI_USERNAME=adminexport KIALI_PASSPHRASE=adminkubectl -n istio-system create secret generic kiali --from-literal=username=$KIALI_USERNAME --from-literal=passphrase=$KIALI_PASSPHRASEhelm install under the install directory kubernetes helm istio --name istio --namespace istio-system --set grafana.enabled=true --set kiali.enabled=truekubectl 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 -n istio-system get service istio-ingressgatewaykubectl -n istio-system get service grafanakubectl -n istio-system edit service kialiwatch curl -s -o /dev/null http://172.17.0.200/productpagekubectl -n istio-system port-forward svc/kiali 20001:20001--set kiali.dashboard.grafanaURL=http://grafana:3000)