Skip to content

simonerota/kubernetes-ci-for-devs

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

11 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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