Skip to content

Instantly share code, notes, and snippets.

@velotiotech
Created July 2, 2020 05:45
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 velotiotech/ea525900ff95f313f9cdba2629f71bf8 to your computer and use it in GitHub Desktop.
Save velotiotech/ea525900ff95f313f9cdba2629f71bf8 to your computer and use it in GitHub Desktop.
$ export DECK_POD=$(kubectl get pods --namespace default -l \ "component=deck" -o jsonpath="{.items[0].metadata.name}")
$ kubectl port-forward --namespace default $DECK_POD 8080:9000 \ >> /dev/null &
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment