Python is an excellent language for automating cloud infrastructure, but the official Kubernetes Python client leaves developers with an important architectural decision:


Where should Kubernetes manifests live?


Should they be constructed directly with Python objects? Embedded as multiline strings? Or stored as external files and rendered at...