GitOps Toolkit components

Documentation of the individual GitOps Toolkit components and their APIs.

Flux is constructed with the GitOps Toolkit components, which is a set of

for building Continuous Delivery on top of Kubernetes.

GitOps Toolkit overview

The APIs comprise Kubernetes custom resources, which can be created and updated by a cluster user, or by other automation tooling.

You can use the toolkit to extend Flux, and to build your own systems for continuous delivery. The source-watcher guide is a good place to start.

A reference for each component and API type is linked below.


Source Controller

The GitOps Toolkit Source Controller documentation.

Kustomize Controller

The GitOps Toolkit Kustomize Controller documentation.

Helm Controller

The GitOps Toolkit Helm Controller documentation.

Notification Controller

The GitOps Toolkit Notification Controller documentation.

Image reflector and automation controllers

The GitOps Toolkit Image Automation Controllers documentation.

Last modified 2023-08-24: Fix API links (db9fb9a)