Skip to content

Instantly share code, notes, and snippets.

@salrashid123
Last active February 6, 2018 15:12
Show Gist options
  • Save salrashid123/45ae2efe87f8fc769e0b2f90938d216e to your computer and use it in GitHub Desktop.
Save salrashid123/45ae2efe87f8fc769e0b2f90938d216e to your computer and use it in GitHub Desktop.
istio_forward_doc
kubectl -n istio-system port-forward $(kubectl -n istio-system get pod -l app=grafana -o jsonpath='{.items[0].metadata.name}') 3000:3000
kubectl -n istio-system port-forward $(kubectl -n istio-system get pod -l app=servicegraph -o jsonpath='{.items[0].metadata.name}') 8088:8088
kubectl port-forward -n istio-system $(kubectl get pod -n istio-system -l app=zipkin -o jsonpath='{.items[0].metadata.name}') 9411:9411
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment