istio ambient - how to apply waypoint to a test namespace
First we create our namespace
kubectl create ns test
Next we will label it accordingly
kubectl label namespace test istio.io/dataplane-mode=ambient --overwrite
and then apply waypoint
istioctl waypoint apply --namespace test
To view envoy dashboard for this
istioctl dash envoy deployment/waypoint.test
Comments