Skip to content

Instantly share code, notes, and snippets.

View sgreben's full-sized avatar
💭
I may be slow to respond.

Sergey Grebenshchikov sgreben

💭
I may be slow to respond.
View GitHub Profile
@sgreben
sgreben / kubectl.md
Created June 26, 2018 12:11 — 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