Kubernetes state management with Pulumi and Python

I like Kubernetes way of declarative workload configuration, but handling cluster state using dozens or hundreds of YAML files is impractical. Of course, one can just combine them all into a single uber-YAML :smile:. But the harsh reality is, despite the … Read more

Similar