Skip to content

smpio/kube-pod-dumper

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

10 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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. :)