What The Hack - Azure Arc enabled Kubernetes Hack

Challenge 5 – Enable GitOps

Back - Home - Next

Introduction

In this challenge we will build on what we did in the previous challenge by enabling another day 2 operational scenario. The scenario we will enable in this challenge is going to be gitops. We will do so for both clusters, GKE and locally deployed cluster.

Challenge

  1. Enable gitops on the GKE deployed cluster.
  2. Enable gitops on the locally deployed cluster.
  3. Note and discuss the technologies involved in enabling gitops.
  4. Discuss how to enable gitops using Azure Policy and/or Helm.

Success Criteria

This challenge will be complete when both the clusters have been gitops enabled.

Back - Home - Next