GitOps topic
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.
GitOps delivers:
- A standard workflow for application development
- Increased security for setting application requirements upfront
- Improved reliability with visibility and version control through Git
- Consistency across any cluster, any cloud, and any on-premise environment
Key components of a GitOps workflow
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.
- The Git repository is the source of truth for the application configuration and code.
- The CD pipeline is responsible for building, testing, and deploying the application.
- The deployment tool is used to manage the application resources in the target environment.
- The monitoring system tracks the application performance and provides feedback to the development team.
Self-Hosting-Guide
Self-Hosting Guide. Learn all about locally hosting (on premises & private web servers) and managing software applications by yourself or your organization. Including Cloud, LLMs, WireGuard, Automati...
declarative-openshift
Working examples of manifests for openshift for use in a declarative management strategy.
book-example
This is the example I am going through in my book "Getting GitOps. Getting GitOps. A Practical Platform with OpenShift, Argo CD and Tekton.".
k8s-gitops
Kubernetes cluster with Flux and Renovate
gitops-argocd
Creating GitOps (CI/CD) Workflow with GitHub Actions for Building and Pushing Docker Images and ArgoCD for deploying Helm Charts on Amazon Elastic Kubernetes Service (EKS) Cluster.
git-tag-flow
An alternative GIT workflow strategy, inspired by the best parts of git-flow, trunk based development and GitOps
helm-to-kustomize
A way to generate Kustomize bases from Helm charts
homelab
A self-managed ArgoCD homelab kubernetes cluster using Talos
local-gitops
An automated local cluster setup w/ tls, monitoring, ingress and DNS configuration.