https://github.com/mocdaniel/gitops-examples
https://github.com/mocdaniel/gitops-examples
Last synced: about 1 year ago
JSON representation
- Host: GitHub
- URL: https://github.com/mocdaniel/gitops-examples
- Owner: mocdaniel
- Created: 2024-04-09T07:18:33.000Z (about 2 years ago)
- Default Branch: main
- Last Pushed: 2024-04-16T13:02:43.000Z (about 2 years ago)
- Last Synced: 2024-04-28T01:31:24.664Z (about 2 years ago)
- Size: 2.93 KB
- Stars: 0
- Watchers: 1
- Forks: 9
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# GitOps Examples
This repository contains examples on GitOps with [ArgoCD](https://argo-cd.readthedocs.io)
to try out and build upon.
It explores the following concepts:
- basic ArgoCD `Applications`, using the manifests in [`first-gitops-app/`](./first-gitops-app)
- a simple _App-of-Apps_ `Application`, using [`parent-app.yaml`](./parent-app.yaml) and the children `Applications` in [`apps/`](./apps)
- an example `ApplicationSet`, using [`monitoring-appset.yaml`](./monitoring-appset.yaml) and the directories under [`monitoring-appset/`](./monitoring-appset/)
For `parent-app.yaml` and `monitoring-appset.yaml`, only boilerplate YAML is defined - all information regarding the actual ArgoCD environment, repositories, etc. need to be entered.