Skip to content

Instantly share code, notes, and snippets.

@kkroesch
Created May 16, 2024 11:04
Show Gist options
  • Save kkroesch/c764bde1cced1ad9395269ca33e5d310 to your computer and use it in GitHub Desktop.
Save kkroesch/c764bde1cced1ad9395269ca33e5d310 to your computer and use it in GitHub Desktop.
Kubectl in Nu Shell
def pods [] { kubectl get pods -o yaml | from yaml | get items }
pods | get metadata.name
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment