Mazzupa / kubernetes-ci-for-devs

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

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

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

About

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

License:Apache License 2.0


Languages

Language:JavaScript 76.8%Language:Groovy 14.7%Language:Java 4.8%Language:Go 1.1%Language:Python 0.9%Language:Shell 0.8%Language:Dockerfile 0.6%Language:HTML 0.3%