Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/chrede88/home-ops
Repository for my Talos Linux/Kubernetes cluster
https://github.com/chrede88/home-ops
bare-metal fluxcd gitops kubernetes kubesearch renovate talos
Last synced: about 22 hours ago
JSON representation
Repository for my Talos Linux/Kubernetes cluster
- Host: GitHub
- URL: https://github.com/chrede88/home-ops
- Owner: chrede88
- License: mit
- Created: 2024-02-18T18:51:28.000Z (10 months ago)
- Default Branch: main
- Last Pushed: 2024-12-23T07:22:15.000Z (1 day ago)
- Last Synced: 2024-12-23T08:38:04.366Z (1 day ago)
- Topics: bare-metal, fluxcd, gitops, kubernetes, kubesearch, renovate, talos
- Homepage:
- Size: 1.55 MB
- Stars: 6
- Watchers: 1
- Forks: 0
- Open Issues: 2
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
### My Home-ops Repository :zap:
_... powered by Talos Linux and Kubernetes_
---
This repo hold all the manifests for my kubernetes cluster and acts as the source of truth. I use Flux to keep my cluster state up-to-date with this repo. I also use Renovate to automatically open PR's when new versions of the applications I have in my cluster becomes avaliable.
### Docs
I keep running [docs](./docs/README.md) where I try to document my journey. Hopefully others will find them helpful.
### Directories
The layout of the repo is as follows:
```sh
📁 .github # Github related files
📁 docs # My running documentation
📁 network # My internal network setup
📁 cluster
├─📁 kubernetes # Kubernetes cluster definitions
└─📁 talos # Talos configuration stuff
```