1
0
mirror of synced 2026-02-06 19:05:55 +00:00
Stefan Prodan 938edefea1 Merge pull request #273 from fluxcd/tenant-customization
Add support for multi-namespace tenant ownership
2020-09-28 13:11:04 +03:00
2020-09-23 12:57:46 +00:00
2020-06-26 16:41:04 +03:00
2020-06-30 17:11:04 +03:00
2020-07-17 12:00:15 +03:00
2020-09-21 10:37:55 +03:00
2020-04-30 17:25:22 +03:00
2020-09-23 12:57:46 +00:00
2020-09-23 12:57:46 +00:00
2020-04-24 12:38:22 +03:00
2020-04-30 17:25:22 +03:00
2020-09-01 11:33:49 +02:00
2020-09-23 12:17:10 +03:00
2020-09-23 10:07:47 +02:00

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

Community

The GitOps Toolkit is always looking for new contributors and there are a multitude of ways to get involved. Depending on what you want to do, some of the following bits might be your first steps:

We are looking forward to seeing you with us!

Description
No description provided
Readme Apache-2.0 15 MiB
Languages
Go 98.1%
HCL 0.8%
Shell 0.7%
Makefile 0.4%