Skip to content

lannparty/kob

Repository files navigation

Kubernetes Obituaries

Archives pod manifests at termination.

alt text

Controller installation

kubectl apply -f manifests/kob.yaml

Kubectl plugin installation

chmod +x kubectl-plugin/kubectl-ob
cp kubectl-plugin/kubectl-ob /usr/local/bin

CLI Usage:

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

About

Archives pod manifests at termination.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published