Dumps all kubernetes api resources (pods, deployments, namespaces, etc..) to files in yaml form
2.1K
See https://github.com/gigurra/kdump/tree/use-go.
Dumps everything from all configured contexts, and I mean everything.
Calls kubectl api-resources to figure out what it has access to, then starts downloading all of it :).
WARNING: also dumps secrets. If you use this in for example a backup script and then commit to git (my use case), be sure to put secret in your .gitignore (or encrypt them)
Content type
Image
Digest
sha256:defaff635…
Size
374.7 MB
Last updated
over 2 years ago
docker pull gigurra/kdump:v1.27.10