Created
May 16, 2024 11:04
-
-
Save kkroesch/c764bde1cced1ad9395269ca33e5d310 to your computer and use it in GitHub Desktop.
Kubectl in Nu Shell
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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