Go to file
Stefan Prodan 85d03a9946
Merge pull request from fluxcd/dependson-ns
Add support for namespace/name format in depends-on
.github/workflows ci: take "v" of RELEASE_VERSION into account
cmd/gotk Add support for namespace/name format in depends-on
docs Add support for namespace/name format in depends-on
install Add ARM64 to install docs and script
manifests Update toolkit components
mkdocs Add metadata to docs website
pkg/log Migrate to fluxcd/pkg
.gitignore Publish manifests as release assets
.goreleaser.yml Add support for ARMv7
CODE_OF_CONDUCT.md Add coc, dco and maintainers docs
CONTRIBUTING.md Update contributors guide
DCO Add coc, dco and maintainers docs
LICENSE Initial commit
MAINTAINERS Add coc, dco and maintainers docs
Makefile Rename `tk` binary to `gotk`
README.md docs: add more content to the README.md
go.mod Update toolkit components
go.sum Update toolkit components
mkdocs.yml Add create tenant command

README.md

GitOps Toolkit

e2e report license release

overview

The GitOps Toolkit is a set of composable APIs and specialized tools that can be used to build a Continuous Delivery platform on top of Kubernetes.

These tools are build with Kubernetes controller-runtime libraries, and they can be dynamically configured with Kubernetes custom resources either by cluster admins or by other automated tools. The GitOps Toolkit components interact with each other via Kubernetes events and are responsible for the reconciliation of their designated API objects.

gotk installation

With Homebrew:

brew tap fluxcd/tap
brew install gotk

With Bash:

curl -s https://toolkit.fluxcd.io/install.sh | sudo bash

# enable completions in ~/.bash_profile
. <(gotk completion)

Binaries for macOS and Linux AMD64/ARM64 are available to download on the release page.

Verify that your cluster satisfies the prerequisites with:

gotk check --pre

Get started

To get started with the GitOps Toolkit, start browsing the documentation or get started with one of the following guides:

Components