Skip to content

Instantly share code, notes, and snippets.

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

George Baptista gbih

🏠
Working from home
View GitHub Profile
@gbih
gbih / kubectl.md
Created November 21, 2019 02:10 — forked from so0k/kubectl.md
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