/kubernetes-ci-for-devs

Some example from my 2019 talk at "https://download-event.io"

Primary LanguageJavaScriptApache License 2.0Apache-2.0

kubernetes-ci-for-devs

Some example from my 2019 talk at "https://download-event.io"

Abstract

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.

Content of this repo

  • /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