I have a local helm template I've rendered. Before I get too deep into helm I want to evaluate Pulumi for creating a common module instead.
Here's the piece I'm not clear on.
I know I'd need to use remote state for the shared staging environment.
For devs locally though I want to be able to run the local docker/k8 definitions and spin up containers and such. I'm not clear on how local dev/testing is handled, so that they aren't needing to store state remotely and just using for free in local context. Any tips on this?
Go with K8 + Azure seems promising but need to make I'm not having to maintain local + remote configurations.