Some example from my 2019 talk at "https://download-event.io"
A practical, opinionated approach to configure a language-agnostic Continuous Integration infrastructure on Kubernetes. We’ll set up all the needed tools to automate the steps from source code control to deployment on a test environment.
- /infra: yaml files to deploy a CI/CD tools on a kubernetes cluster.
- /slides: slides for Sent, a simple plaintext presentation tool.
- /projects: a few sample services in different languages: go, python, js (node), java and a very ugly web application to retrieve data from the services
- /misc: miscellaneous samples and utils