Nginx Service Mesh deployment
- Deploy all Nginx components in the Kubernetes environment
./files/binaries/nginx-meshctl deploy --tracing-backend zipkin --sample-rate 1 --disable-auto-inject
Output
- All components have been deployed in the “nginx-mesh” namespace, run the following command and validate that all pods are running
kubectl get pods -n nginx-mesh
Output