All Projects → fluxcd → Flux Get Started

fluxcd / Flux Get Started

Licence: apache-2.0
Flux v1: Getting started with Flux and the Helm Operator

Projects that are alternatives of or similar to Flux Get Started

ship-it
Wattpad's tool for continuously deploying code to Kubernetes quickly, safely, and observably.
Stars: ✭ 14 (-90.54%)
Mutual labels:  helm, continuous-deployment
Argo Cd
Declarative continuous deployment for Kubernetes.
Stars: ✭ 7,887 (+5229.05%)
Mutual labels:  helm, continuous-deployment
Flux
Successor: https://github.com/fluxcd/flux2 — The GitOps Kubernetes operator
Stars: ✭ 6,688 (+4418.92%)
Mutual labels:  helm, continuous-deployment
Helm App Operator Kit
Tool for creating a Kubernetes Operator from a Helm Chart
Stars: ✭ 132 (-10.81%)
Mutual labels:  helm
Inertia
✈️ Effortless, self-hosted continuous deployment for small teams and projects
Stars: ✭ 133 (-10.14%)
Mutual labels:  continuous-deployment
Docker Continuous Deployment
continuous deployment of a microservices application with Docker
Stars: ✭ 141 (-4.73%)
Mutual labels:  continuous-deployment
Chart Releaser Action
A GitHub Action to turn a GitHub project into a self-hosted Helm chart repo, using helm/chart-releaser CLI tool
Stars: ✭ 146 (-1.35%)
Mutual labels:  helm
Sshdeploy
A command-line tool that enables quick build and run deployments over SSH.
Stars: ✭ 131 (-11.49%)
Mutual labels:  continuous-deployment
Bodywork Core
Deploy machine learning projects developed in Python, to Kubernetes. Accelerated MLOps 🚀
Stars: ✭ 145 (-2.03%)
Mutual labels:  continuous-deployment
Prout
Looks after your pull requests, tells you when they're live
Stars: ✭ 138 (-6.76%)
Mutual labels:  continuous-deployment
Helm Intellisense
Extension for Visual Studio Code - Intellisense in helm-templates from the values.yaml
Stars: ✭ 137 (-7.43%)
Mutual labels:  helm
K3s Gitops Arm
k3s cluster backed by Flux (GitOps) up and running on a cluster of RPi4
Stars: ✭ 135 (-8.78%)
Mutual labels:  helm
Ecs Deploy
Simple shell script for initiating blue-green deployments on Amazon EC2 Container Service (ECS)
Stars: ✭ 1,809 (+1122.3%)
Mutual labels:  continuous-deployment
Websiteone
A website for Agile Ventures
Stars: ✭ 132 (-10.81%)
Mutual labels:  continuous-deployment
Mimic
mimic: Define your Deployments, Infrastructure and Configuration as a Go Code 🚀
Stars: ✭ 145 (-2.03%)
Mutual labels:  helm
Devtron
Software Delivery Workflow For Kubernetes
Stars: ✭ 130 (-12.16%)
Mutual labels:  continuous-deployment
Phippyandfriends
Simple demonstration, inspired by the Children's Illustrated Guide to Kubernetes, of AKS.
Stars: ✭ 144 (-2.7%)
Mutual labels:  helm
Lostromos
Lostrómos is a service that creates Kubernetes resources based on a Custom Resource endpoint in the Kubernetes API
Stars: ✭ 135 (-8.78%)
Mutual labels:  helm
Keel
Kubernetes Operator to automate Helm, DaemonSet, StatefulSet & Deployment updates
Stars: ✭ 1,870 (+1163.51%)
Mutual labels:  helm
Demo
examples, best practices for k8s volumes on azure, AKS, acs-engine, helm, etc.
Stars: ✭ 141 (-4.73%)
Mutual labels:  helm

flux-get-started

We are moving to Flux v2

⚠️ Please note: In preparation of Flux v2 GA this repository with Flux v1 examples has been archived. The Flux v2 equivalent of what is shown here can be found at flux2-kustomize-helm-example.

Thanks a lot for your interest.

For posterity

We published a step-by-step run-through on how to use Flux and Helm Operator over here.

Workloads

podinfo

  • Kubernetes deployment, ClusterIP service and Horizontal Pod Autoscaler
  • init container automated image updates (regular expression filter)
  • container automated image updates (semantic versioning filter)

Helm Releases

Mongodb

  • Source: Helm repository (stable)
  • Kubernetes deployment
  • automated image updates (semantic versioning filter)

Redis

  • Source: Helm repository (stable)
  • Kubernetes stateful set
  • locked automated image updates (semantic versioning filter)

Ghost

  • Source: Git repository
  • disabled automated image updates (glob filter)
  • has external dependency - mariadb (stable)

Manifests Validation

CircleCI jobs:

  • validate Kubernetes manifests with kubeval
  • validate Flux Helm Releases with hrval

Getting Help

If you have any questions about, feedback for or problems with flux-get-started:

Your feedback is always welcome!

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].