digitalocean / container-blueprints

DigitalOcean Kubernetes(DOKS) Solution Blueprints
92 stars 46 forks source link

[Blueprint] DOKS CI/CD #30

Closed v-ctiutiu closed 2 years ago

v-ctiutiu commented 2 years ago

Description

Create a blueprint to showcase a basic DOKS CI/CD setup using Tekton and Argo CD. Also, add Knative to the mix for running/exposing user applications painlessly.

The CI/CD pipeline should be triggered automatically via webhooks whenever code changes are pushed to the user applications GitHub repository.

Hint:

Maybe we can leverage Knative Eventing to connect GitHub events with Tekton EventListeners and Triggers.

v-ctiutiu commented 2 years ago

Fixed via #33.