Skip to content

Instantly share code, notes, and snippets.

@PashCracken
PashCracken / WSL-with-zsh-and-powerlevel9k.png
Last active August 3, 2026 09:29
WSL, zsh and Powerlevel10k
WSL-with-zsh-and-powerlevel9k.png
@so0k
so0k / kubectl.md
Last active August 12, 2026 19:59
Playing with kubectl output

Kubectl output options

Let's look at some basic kubectl output options.

Our intention is to list nodes (with their AWS InstanceId) and Pods (sorted by node).

We can start with:

kubectl get no