Are there any good resources on how to deploy a ku...
# kubernetes
k
Are there any good resources on how to deploy a kubernetes stack using CI/CD? Specifically Azure Devops pipelines to AKS but any guidance is appreciated
w
There are guides on connecting Pulumi to CI/CD here which should apply for kubenetes deployments the same as they would for any other provider: https://www.pulumi.com/docs/guides/continuous-delivery/. Do those help? If not any specific questions?
k
Thanks, I did copy them, and it seems to work just fine so far
I haven't gotten to the docker build task yet, we'll see 🙂