Skip to content

Instantly share code, notes, and snippets.

@worm-emoji
Created March 28, 2018 06:04
Show Gist options
  • Select an option

  • Save worm-emoji/d0bb34bb41b539e7c04b5cc754836d3e to your computer and use it in GitHub Desktop.

Select an option

Save worm-emoji/d0bb34bb41b539e7c04b5cc754836d3e to your computer and use it in GitHub Desktop.
list kubernetes logs fish function
function kl
kubectl get pods -l app=$argv -o="name" | head -n 1 | xargs kubectl logs -f
end
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment