how are people handling deploying apps to k8s? do ...
# kubernetes
f
how are people handling deploying apps to k8s? do the pulumi code for the app live in the apps repo (as a separate stack) ? and then CI uses this to deploy to k8s, handling e.g. different branches etc.
g
I’d recommend separate stacks for production setups, but I mix infra and apps a lot for testing and dev scenarios because it’s simpler to set up.
https://www.pulumi.com/docs/guides/crosswalk/kubernetes/ has detailed examples of a prod architecture.