Training: Continuous Integration / Continuous Delivery

By: - Data Engineer

In order to deploy features quickly and reliably, a good continuous integration (CI) and continuous delivery (CD) setup is a prerequisite. A proper CI/CD pipeline automates error prone steps and gives both developers and management confidence in deployment often and quickly.

Description

This training discusses the complete CI/CD pipeline from the first commit until deployment, and everything in between. The training consists of 50% theory and 50% workshop. The end result of the training is a fully functional CI/CD pipeline with automatic deployments to a Kubernetes cluster.

Target Audience

Developers, architects, testers and other interested parties who want to either create or improve upon a CI/CD pipeline.

Requirements

Knowledge of Docker and some knowledge of shell scripting is advised.

Related blog post: