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
white-balloon-205
08/03/2020, 10:06 PM
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
kind-mechanic-53546
08/05/2020, 10:16 AM
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 🙂