Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/omer-bar/homelab
Homelab is the current state of my home cluster as a GitOps environment.
https://github.com/omer-bar/homelab
devops gitops homelab homelab-setup
Last synced: about 1 month ago
JSON representation
Homelab is the current state of my home cluster as a GitOps environment.
- Host: GitHub
- URL: https://github.com/omer-bar/homelab
- Owner: omer-bar
- Created: 2023-03-26T08:20:49.000Z (over 1 year ago)
- Default Branch: main
- Last Pushed: 2024-10-18T22:56:21.000Z (2 months ago)
- Last Synced: 2024-10-19T16:55:06.996Z (2 months ago)
- Topics: devops, gitops, homelab, homelab-setup
- Language: Smarty
- Homepage:
- Size: 142 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 11
-
Metadata Files:
- Readme: README.md
- Codeowners: .github/CODEOWNERS
Awesome Lists containing this project
README
# Homelab
This repo is the current state of the application layer of my clusters. It is powered by various [Argo Projects][argo].## Structure
### [cluster-init][argoproj]
Applications responsible for automating the installation, maintenance, and removal of all other applications.### [cluster-critical][critical]
Applications that integrate at a level critical to the cluster as a whole. Installed prior to general application
installation.### [cluster-apps][apps]
All general applications.### [cluster-debugging][debugging]
Applications used for debugging purposes of cluster/containers## Powered By
* [Argo Projects][argo] Handling the automated deployment and generation of files
* [RenovateBot](https://github.com/renovatebot/renovate) Handling the notification of new upstream releases#### Credits
* [dirtcajunrice][dirtycajunrice] for his enormous help in creating, debugging and teaching me this subject[argo]: https://argoproj.github.io/
[argoproj]: /cluster-init/argoproj
[apps]: /cluster-apps
[critical]: /cluster-critical
[debugging]: /cluster-debugging
[dirtycajunrice]: https://github.com/dirtycajunrice/gitops