Skip to content

Instantly share code, notes, and snippets.

Embed
What would you like to do?
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