Skip to content

moritzplassnig/awesome-gitops

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

43 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Awesome-GitOps

Awesome

A curated list for awesome GitOps resources inspired by @sindresorhus' awesome

What is GitOps?

GitOps is a way to do Continuous Delivery. It works by using Git as a single source of truth for declarative infrastructure and applications, together with tools ensuring the actual state of infrastructure and applications converges towards the target state declared in Git. With Git at the center of your delivery pipelines, developers can make pull requests to accelerate and simplify application deployments and operations tasks to your infrastructure or container-orchestration system (e.g. Kubernetes).

Why is GitOps awesome?

It increases developer productivity, enhances developer experience, improves stability, all while having higher reliability, higher consistency and stronger security guarantees.

Modern software development practices assume support for reviewing changes, tracking history, comparing versions, and rolling back bad updates; GitOps applies the same tooling and engineering perspective to managing the systems that deliver direct business value to users and customers.

Background

Tools

  • Flux - The GitOps Kubernetes operator
  • Flagger - Progressive delivery Kubernetes operator (Canary, A/B testing and Blue/Green deployments automation)
  • Faros - CRD based GitOps controller
  • Gitkube - Build and deploy docker images to Kubernetes using git push
  • JenkinsX - a CI/CD platform for Kubernetes that provides pipeline automation, built-in GitOps and preview environments
  • Weave Cloud - GitOps experience, workflows and dashboard for your cluster(s) (commercial product from Weaveworks)

Ancillary Tools

Secrets

Tutorials

Community

  • Kubernetes slack - #gitops channel for discussion of GitOps patterns and tooling
  • Weaveworks slack - multiple channels (including #flux, #flagger and others) to discuss Weaveworks GitOps products, give feedback, and talk about general approaches

About

A curated list for awesome GitOps resources

Resources

License

Code of conduct

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published