Skip to content

Overview

In this self-paced exercise, you will learn how to implement a GitOps pipeline for application lifecycle management. The pipeline will manage the workload lifecycle of both YAML and Helm workloads stored in a Git repository. The GitOps pipeline will be triggered by a commit to specific folders and directories within the repo.

What Will You Do by Part

Part What will you do?
1 Setup the environment
2 Deploy a YAML and Helm Workload
3 Configure a GitOps pipeline
4 Update the YAML and Helm workloads from Git

Assumptions

  • You have access to an existing managed cluster (imported or provisioned by the controller)
  • You have access to a GitHub account