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?
Source: [Dev.to](https://dev.to/joachim8675309/architecting-kubernetes-deployments-with-python-4jhe)