Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/luckylittle/introduction-to-gitops-with-openshift
Introduction to GitOps with OpenShift
https://github.com/luckylittle/introduction-to-gitops-with-openshift
argo-cd argocd gitops openshift openshift-v4 openshift4
Last synced: 12 days ago
JSON representation
Introduction to GitOps with OpenShift
- Host: GitHub
- URL: https://github.com/luckylittle/introduction-to-gitops-with-openshift
- Owner: luckylittle
- License: mit
- Created: 2020-03-04T04:13:39.000Z (almost 5 years ago)
- Default Branch: master
- Last Pushed: 2022-10-12T06:54:37.000Z (over 2 years ago)
- Last Synced: 2024-11-11T21:28:58.758Z (2 months ago)
- Topics: argo-cd, argocd, gitops, openshift, openshift-v4, openshift4
- Language: Shell
- Size: 15.6 KB
- Stars: 1
- Watchers: 3
- Forks: 2
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- Funding: .github/FUNDING.yml
- License: LICENSE
Awesome Lists containing this project
README
# Introduction to GitOps with OpenShift
## Purpose
Argo CD is declarative GitOps CD for Kubernetes/OpenShift. This repository contains `deploy.sh`, which - as the name suggests - helps you to deploy ArgoCD on OpenShift.
## What is GitOps
GitOps in short is a set of practices to use Git pull requests to manage infrastructure and application configurations. Git repository in GitOps is considered the only source of truth and contains the entire state of the system so that the trail of changes to the system state are visible/auditable/verifible/reviewable.
## What is ArgoCD
ArgoCD follows the `External Resource Reconcile` pattern, it has a central UI that can orchestrate one to many clusters and multiple Git repositories. One weakness is that if ArgoCD goes down, application management cannot be done.
## License
MIT
## Contributors
Lucian Maly <>
---
_Last update: Wed Mar 4 04:37:58 UTC 2020_