A progressive delivery GitOps pipeline powered by Weave Cloud and AWS App Mesh
-
Updated
Aug 1, 2019
GitOps is an operational framework that takes DevOps best practices used for application development such as version control, collaboration, compliance, and CI/CD, and applies them to infrastructure automation. GitOps uses Git repositories as a single source of truth to deliver infrastructure as code.
There are four key components to a GitOps workflow, a Git repository, a continuous delivery (CD) pipeline, an application deployment tool, and a monitoring system.
A progressive delivery GitOps pipeline powered by Weave Cloud and AWS App Mesh
Fully Functional GitOps Sandpit Environment
My homeserver repository based on onedr0p's flux-template
Deploys a GitOps-managed kubernetes cluster on DigitalOcean using k3s
Manage 3rd party Helm Charts, keeping them updated and Kustomize Overlays for managing abstracted configs for charts on many clusters using a GitOps controller
Kubernetes deployment manifest for the Flask web application in the "flask-kubernetes-app" repository, part of a GitOps setup.
Repository for learning purposes for the Argo Ecosystem.
flux kustomization with expiration
kube-renderer is a tool for pre-render kubernetes manifests for argo-cd or other gitops tools
Tenant repository bootstrapped by flux-infrastructure that contains the resources and infrastructure for the podinfo application.
Kubernetes-native package for FluxCD Source Controller, a source management component to provide a common interface for artifacts acquisition.
Full implementation of a CI/CD pipeline using Jenkins for Continuous integration and ArgoCD to keep the software product in a deployable state. The project was done locally on VirtualBox and a K3s cluster setup manually on Ubuntu Server VMs.
This repository demonstrates multiple Kubernetes deployment strategies using Kustomize overlays and Argo Rollouts, with CI/CD examples and basic monitoring/analysis hooks. It includes a sample Node.js app (v1 and v2) and environment-specific overlays for dev, staging, and prod.