
When I read k8s YAML, I am basically doing this:
- which Service points to which Pods
- what the HPA is actually scaling
- where Secrets/ConfigMaps are mounted
After doing this too many times, I ended up with something that just visualizes the manifest as a graph and explains it alongside.
It made it way easier to quickly understand what’s going on, especially for larger manifests or stuff I didn’t write.
What do you think of this?