introduction istio Ambient Mode
https://istio.io/latest/docs/ambient/
install
|
|
Note
if your use k3s with cni “flannel”, need add values.cni.cniBinDir,values.cni.cniConfDir
ref. https://istio.io/latest/docs/ambient/install/platform-prerequisites/#k3s
|
|
Deploy a sample application
https://istio.io/latest/docs/ambient/getting-started/deploy-sample-app/
|
|
Secure and visualize the application
Add Bookinfo to the mesh
|
|
Visualize the application and metrics
|
|
issue
for cilium with kube-proxy replace, need change config https://docs.cilium.io/en/stable/network/servicemesh/istio/#gsg-istio
cleanup
kubectl label namespace default istio.io/use-waypoint-
istioctl waypoint delete --all
kubectl label namespace default istio.io/dataplane-mode-
kubectl delete -f https://raw.githubusercontent.com/istio/istio/release-1.28/samples/addons/prometheus.yaml
kubectl delete -f https://raw.githubusercontent.com/istio/istio/release-1.28/samples/addons/kiali.yaml
kubectl delete httproute reviews
kubectl delete authorizationpolicy productpage-viewer
kubectl delete -f https://raw.githubusercontent.com/istio/istio/release-1.28/samples/curl/curl.yaml
kubectl delete -f https://raw.githubusercontent.com/istio/istio/release-1.28/samples/bookinfo/platform/kube/bookinfo.yaml
kubectl delete -f https://raw.githubusercontent.com/istio/istio/release-1.28/samples/bookinfo/platform/kube/bookinfo-versions.yaml
kubectl delete -f https://raw.githubusercontent.com/istio/istio/release-1.28/samples/bookinfo/gateway-api/bookinfo-gateway.yaml
kubectl delete AuthorizationPolicy productpage-ztunnelLast updated on