Nginx Service Mesh deployment
- Deploy all Nginx components in the Kubernetes environment
kubectl apply -f files/5service_mesh/zipkin.yaml
nginx-meshctl deploy --sample-rate 1 --tracing-backend "zipkin" --tracing-address "zipkin.zipkin.svc.cluster.local:9411" --persistent-storage off --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