Archives pod manifests at termination.
kubectl apply -f manifests/kob.yaml
chmod +x kubectl-plugin/kubectl-ob
cp kubectl-plugin/kubectl-ob /usr/local/bin
kubectl ob <DELETED_POD_NAME>
Feed into jq for pretty print
kubectl ob <DELETED_POD_NAME> |jq -r
Supports wildcard
kubectl ob calico% |jq -r