Skip to content

Instantly share code, notes, and snippets.

@grampelberg
Last active November 15, 2018 00:42
Show Gist options
  • Save grampelberg/6a65b3828a4e8d42a2b5307ea4d6c1dd to your computer and use it in GitHub Desktop.
Save grampelberg/6a65b3828a4e8d42a2b5307ea4d6c1dd to your computer and use it in GitHub Desktop.
kubectl -n nodevoto port-forward \
$(kubectl -n nodevoto get po -l app=web-svc -oname | cut -d/ -f 2) \
8080:80
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment