Skip to content

Instantly share code, notes, and snippets.

View rporres's full-sized avatar
🏠
Working from home

Rafael Porres Molina rporres

🏠
Working from home
View GitHub Profile
@so0k
so0k / kubectl.md
Last active April 25, 2024 12:40
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