Search⌘ K
AI Features

Challenge: Managing Applications with Flux

Explore how to implement a continuous deployment pipeline using Flux in a Kubernetes environment. Learn to create a kustomization that syncs the desired state from a Git repository. Verify your setup by running commands that confirm deployment success of a sample application.

Problem statement

In this challenge, we'll establish a continuous deployment pipeline using Flux. To complete the challenge, we'll need to set up a kustomization that completes the pipeline. Within the interactive widget ...