btw, does the renderToYamlDirectory resources coun...
# kubernetes
b
btw, does the renderToYamlDirectory resources count towards Pulumi Cloud credits??
h
i believe so. i’m very curious to know more about your use case if you don’t mind sharing!
b
basically, we use pulumi to deploy AKS and then ArgoCD and I do not like Helm/Kustomize as a bridge, also I think is really nice to do everything in TS + Pulumi. Considered cdk8s, but I do not want to learn another tool, same with Jsonnet.
and I am asking this because we use Pulumi Cloud and doing renderToYamlDireectory I expect that the bill will increase due the huge number of resources in k8s
s
Hi. Another curious Pulumian here: What about Argo CD gives you a better deployment versus just
pulumi up
and the k8s provider?
b
well, this is something that I think about it too. But the fact of constant reconciliation, and the UI is something that developers like. For me it is kind of separation of concerns. Pulumi for Azure related stuff, Argo for everything that runs on Kubernetes.
s
How do you publish new versions of your app containers to registries? (Curious if you're using the Docker/Build provider.)
b
they are built in the ci pilelinewith standard dovker tools
@stocky-restaurant-98004 let me ask the other way, What about pulumi k8s provider gives you a better deployment versus ArgoCD?