Hi, is anyone using GitHub actions to automate dep...
# general
m
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
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
thanks Chris!