Kubernetes cheat sheet

Michael Roma on Sep 11, 2019

Quick script to query Kubernetes objects and get just the name

$(kubectl get jobs -o custom-columns=:.metadata.name)

Get all objects in namespace

kubectl get all -n development