https://pulumi.com logo
m

mammoth-caravan-51104

09/18/2019, 10:46 AM
Hi, is anyone using GitHub actions to automate deployments of microservices into k8s? I'd like to understand if it's possible to build and deploy a service into existing k8s cluster from within repo based github workflow.
c

colossal-beach-47527

09/18/2019, 3:43 PM
We have a few demos / examples of using Pulumi with GitHub actions. The most sophisticated/specialized thing I can point you at is a setup we use to deploy static websites: https://github.com/pulumi/actions-pulumify But I would suggest you get started by taking a look at our documentation: https://www.pulumi.com/docs/guides/continuous-delivery/github-actions/ If you run into any problems, we have a repo for filing issues here: https://github.com/pulumi/actions
👍 1
m

mammoth-caravan-51104

09/18/2019, 4:14 PM
thanks Chris!