Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/mirceanton/home-ops
Monorepo to manage my Home Lab.
https://github.com/mirceanton/home-ops
k8s-at-home
Last synced: 9 days ago
JSON representation
Monorepo to manage my Home Lab.
- Host: GitHub
- URL: https://github.com/mirceanton/home-ops
- Owner: mirceanton
- License: gpl-3.0
- Created: 2022-09-16T21:53:47.000Z (about 2 years ago)
- Default Branch: main
- Last Pushed: 2024-06-05T16:47:33.000Z (5 months ago)
- Last Synced: 2024-07-24T02:14:38.298Z (4 months ago)
- Topics: k8s-at-home
- Language: HCL
- Homepage:
- Size: 1 MB
- Stars: 29
- Watchers: 1
- Forks: 3
- Open Issues: 33
-
Metadata Files:
- Readme: README.md
- License: LICENSE
- Codeowners: .github/CODEOWNERS
Awesome Lists containing this project
README
My home operations repository
managed with Flux, Renovate and GitHub Actions 🤖---
## 📖 Overview
This is a monorepo for my homelab infrastructure automation. I try to adhere (as much as I reasonably can 😅) to Infrastructure as Code (IaC) and GitOps practices using the tools like `Terraform`, `Kubernetes`, `FluxCD`, `Renovate` and `GitHub Actions`.
### Directories
```sh
📁 .devcontainer # Holds the configuration files for the devcontainer setup
📁 .github # CI workflows and various tool configurations
📁 .taskfiles # Holds all of the "modules" for my Taskfile automation
📁 scripts # Various scripts used for automation, generally called within tasks
📁 terraform # Terraform configuration for managing infrastructure outside of K8S
```## ⭐ Stargazers
## 🤝 Gratitude and Thanks
There is a template over at [onedr0p/flux-cluster-template](https://github.com/onedr0p/flux-cluster-template).
Thanks to all the people who donate their time to the [Kubernetes @Home](https://discord.gg/k8s-at-home) Discord community. A lot of inspiration for my cluster comes from the people that have shared their clusters using the [k8s-at-home](https://github.com/topics/k8s-at-home) GitHub topic. Be sure to check out the [Kubernetes @Home search](https://nanne.dev/k8s-at-home-search/) for ideas on how to deploy applications or get ideas on what you can deploy.
## 📜 Changelog
See my _awful_ [commit history](https://github.com/mirceanton/home-ops/commits/main)