Channels
welcome
pulumi-cdk
cloudengineering
yaml
blog-posts
localstack
pulumi-ai
package-authoring
general
pulumiup-booth-support
oracle-cloud-infrastructure
learn-pulumi-events
linen
registry
built-with-pulumi
pulumi-cloud
contribex
testingtesting321
hacktoberfest
pulumi-crosscode
content-share
finops
multi-language-hackathon
office-hours
workshops
gitlab
pulumi-kubernetes-operator
jobs
pulumi-deployments
dotnet
aws
golang
announcements
java
pulumiverse
python
install
getting-started
cloudengineering-support
testingtesting123
hackathon-03-19-2020
typescript
google-cloud
contribute
azure
kubernetes
docs
automation-api
status
Powered by
#general
Title
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!
Post