KMC - GitOps in a Hybrid Cloud, Multi-Cluster Kubernetes Setup

KMC - GitOps in a Hybrid Cloud, Multi-Cluster Kubernetes Setup

May 20, 2020

How do you make sure your clusters are up to date and running the right version of your releases and policies? Doing this by hand can be very hard and time consuming. GitOps helps to solve this issue by allowing you to operationalize your Git repos and ensure that what you have in Git is what is being deployed to your clusters regardless of where they are.

In this presentation by Certified Kubernetes Administrator Chris Carty, we get an introduction to GitOps workflows in Kubernetes and will learn how to implement them using FluxCD. We will also review how to manage multi-tenant environments using Flux and Kustomize.