Skip to content

Instantly share code, notes, and snippets.

@dbvan
dbvan / README.md
Created April 14, 2020 05:58 — forked from oroce/README.md
nginx request id
@dbvan
dbvan / kubectl.md
Created September 26, 2019 01:34 — 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