Now comes the new part. We’re going to label that Namespace with istio-injection=enabled. That will give a signal to Istio that it should add a proxy container to every single Pod running in that Namespace.
xxxxxxxxxx
kubectl label namespace go-demo-8 istio-injection=enabled
cat k8s/health/app/*