Skip to content

Latest commit

 

History

History
3 lines (2 loc) · 299 Bytes

README.md

File metadata and controls

3 lines (2 loc) · 299 Bytes

kube-pod-dumper

This is mostly educational project. It watches Kubernetes API for Pod objects changes and dumps their manifests as YAML to git repo and creates one commit per change. So you can track how different Kubernetes controllers change Pod object, debug something and learn something. :)