Skip to content

Instantly share code, notes, and snippets.

@garystafford
Created December 21, 2017 04:17
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save garystafford/43dd619749f18fd00c72da6b5d5860d5 to your computer and use it in GitHub Desktop.
Save garystafford/43dd619749f18fd00c72da6b5d5860d5 to your computer and use it in GitHub Desktop.
kubectl -n istio-system port-forward \
$(kubectl -n istio-system get pod -l app=prometheus -o jsonpath='{.items[0].metadata.name}') \
9090:9090 &
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment