All Projects → fluxcd → Flux2

fluxcd / Flux2

Licence: apache-2.0
Open and extensible continuous delivery solution for Kubernetes. Powered by GitOps Toolkit.

Programming Languages

go
31211 projects - #10 most used programming language

Projects that are alternatives of or similar to Flux2

K8s App Engine
Application delivery engine for k8s
Stars: ✭ 166 (-87.04%)
Mutual labels:  helm, continuous-delivery
Helm Operator
The Flux Helm Operator, for declarative Helming
Stars: ✭ 566 (-55.82%)
Mutual labels:  helm, continuous-delivery
ship-it
Wattpad's tool for continuously deploying code to Kubernetes quickly, safely, and observably.
Stars: ✭ 14 (-98.91%)
Mutual labels:  continuous-delivery, helm
Argo Cd
Declarative continuous deployment for Kubernetes.
Stars: ✭ 7,887 (+515.69%)
Mutual labels:  helm, continuous-delivery
bitops
Automate the provisioning and configuration of cloud infrastructure.
Stars: ✭ 28 (-97.81%)
Mutual labels:  continuous-delivery, helm
Flux
Successor: https://github.com/fluxcd/flux2 — The GitOps Kubernetes operator
Stars: ✭ 6,688 (+422.09%)
Mutual labels:  helm, continuous-delivery
Openfaas Flux
OpenFaaS Kubernetes cluster state management with FluxCD
Stars: ✭ 71 (-94.46%)
Mutual labels:  helm
Dyn365 Ce Devops
DevOps for Dynamics 365 Customer Engagement (CE) is becoming a popular topic. The goal of this project is to help Dynamics 365 CE solution builders understand and accelerate their implementation of DevOps practices with Dynamics CE and VSTS.
Stars: ✭ 82 (-93.6%)
Mutual labels:  continuous-delivery
Openstack Helm
PROJECT HAS MOVED TO OPENSTACK
Stars: ✭ 67 (-94.77%)
Mutual labels:  helm
Video Transcode Queue
A sample video upload platform as a kubernetes cluster (WIP)
Stars: ✭ 66 (-94.85%)
Mutual labels:  helm
Workflow
The open source PaaS for Kubernetes.
Stars: ✭ 1,291 (+0.78%)
Mutual labels:  helm
Flagsmith Frontend
Web App and Mobile App for Flagsmith
Stars: ✭ 86 (-93.29%)
Mutual labels:  continuous-delivery
Toc
CDF Technical Oversight Committee (TOC) facilitates communication and collaboration among the Technical Projects
Stars: ✭ 79 (-93.83%)
Mutual labels:  continuous-delivery
Dcd Spec
Declarative Pipeline specification for Spinnaker
Stars: ✭ 73 (-94.3%)
Mutual labels:  continuous-delivery
Jenkins Pipeline
📈 Learn how to implement container technologies with your Jenkins CI/CD workflows to make them easier to manage in this tutorial.
Stars: ✭ 83 (-93.52%)
Mutual labels:  continuous-delivery
Buddy Cli
CLI tool for Buddy Cloud
Stars: ✭ 69 (-94.61%)
Mutual labels:  continuous-delivery
Helm Charts
Kubernetes Helm Charts for the Center for Open Science
Stars: ✭ 88 (-93.13%)
Mutual labels:  helm
Crit
A tool for bootstrapping Kubernetes
Stars: ✭ 67 (-94.77%)
Mutual labels:  helm
Helm Kubeval
A Helm plugin for validating Charts against the Kubernetes schemas
Stars: ✭ 79 (-93.83%)
Mutual labels:  helm
Kube Tools
Kubernetes tools for GitHub Actions CI
Stars: ✭ 86 (-93.29%)
Mutual labels:  helm

Flux version 2

e2e report license release

Flux is a tool for keeping Kubernetes clusters in sync with sources of configuration (like Git repositories), and automating updates to configuration when there is new code to deploy.

Flux version 2 ("v2") is built from the ground up to use Kubernetes' API extension system, and to integrate with Prometheus and other core components of the Kubernetes ecosystem. In version 2, Flux supports multi-tenancy and support for syncing an arbitrary number of Git repositories, among other long-requested features.

Flux v2 is constructed with the GitOps Toolkit, a set of composable APIs and specialized tools for building Continuous Delivery on top of Kubernetes.

Flux installation

With Homebrew:

brew install fluxcd/tap/flux

With Bash:

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

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

Arch Linux (AUR) packages:

  • flux-bin: install the latest stable version using a pre-build binary (recommended)
  • flux-go: build the latest stable version from source code
  • flux-scm: build the latest (unstable) version from source code from our git main branch

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

Verify that your cluster satisfies the prerequisites with:

flux check --pre

Get started

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

If you need help, please refer to our Support page.

GitOps Toolkit

The GitOps Toolkit is the set of APIs and controllers that make up the runtime for Flux v2. The APIs comprise Kubernetes custom resources, which can be created and updated by a cluster user, or by other automation tooling.

overview

You can use the toolkit to extend Flux, or to build your own systems for continuous delivery -- see the developer guides.

Components

Community

Need help or want to contribute? Please see the links below. The Flux project is always looking for new contributors and there are a multitude of ways to get involved.

Events

Check out our events calendar, both with upcoming talks you can attend or past events videos you can watch.

We look forward to seeing you with us!

Note that the project description data, including the texts, logos, images, and/or trademarks, for each open source project belongs to its rightful owner. If you wish to add or remove any projects, please contact us at [email protected].