Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/kunish/argo-cd
Argo CD Homelab Playground
https://github.com/kunish/argo-cd
automation kubernetes
Last synced: 2 days ago
JSON representation
Argo CD Homelab Playground
- Host: GitHub
- URL: https://github.com/kunish/argo-cd
- Owner: kunish
- Created: 2021-10-26T15:24:45.000Z (about 3 years ago)
- Default Branch: main
- Last Pushed: 2022-05-14T18:03:34.000Z (over 2 years ago)
- Last Synced: 2024-11-14T16:48:13.005Z (2 months ago)
- Topics: automation, kubernetes
- Homepage: https://argo-cd.shikun.info
- Size: 29.3 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
## Argo CD Homelab Playground
### How to use it
```shell
kubectl apply -f project.yml -f application.yml
```### Features
- Syncs application desired state with description manifest
- Triggers new sync action when there's a new push### Available Sites
- [Personal Website](https://stack.shikun.info)
- [Whoami (a simple http request testing backend)](https://whoami.shikun.info)### TODO
- [ ] deploy with kustomize
- [ ] deploy with helm