Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/anthr76/infra
My home or for-home infrastructure written as code defining GitOps principles for Kubernetes clusters.
https://github.com/anthr76/infra
ansible etcd flux fluxcd gitops k8s k8s-at-home k8s-gitops kubernetes kubernetes-cluster kubernetes-deployment pi-cluster sidero sops talos terraform
Last synced: 10 days ago
JSON representation
My home or for-home infrastructure written as code defining GitOps principles for Kubernetes clusters.
- Host: GitHub
- URL: https://github.com/anthr76/infra
- Owner: anthr76
- License: apache-2.0
- Created: 2020-10-06T12:39:02.000Z (about 4 years ago)
- Default Branch: main
- Last Pushed: 2024-10-29T11:31:50.000Z (12 days ago)
- Last Synced: 2024-10-29T13:24:01.233Z (12 days ago)
- Topics: ansible, etcd, flux, fluxcd, gitops, k8s, k8s-at-home, k8s-gitops, kubernetes, kubernetes-cluster, kubernetes-deployment, pi-cluster, sidero, sops, talos, terraform
- Language: HCL
- Homepage: https://discord.gg/sD6VgcwZqM
- Size: 12.8 MB
- Stars: 100
- Watchers: 5
- Forks: 9
- Open Issues: 124
-
Metadata Files:
- Readme: README.md
- License: LICENSE
- Codeowners: .github/CODEOWNERS
Awesome Lists containing this project
README
# anthr76/infra
[![GitHub issues](https://img.shields.io/github/issues/anthr76/infra)](https://github.com/anthr76/infra/issues) [![GitHub stars](https://img.shields.io/github/stars/anthr76/infra)](https://github.com/anthr76/infra/stargazers) ![GitHub last commit](https://img.shields.io/github/last-commit/anthr76/infra) [![pre-commit](https://img.shields.io/badge/pre--commit-enabled-brightgreen?logo=pre-commit&logoColor=white&style=flat-square)](https://github.com/pre-commit/pre-commit)
This repo contains the code I use for deploying and managing servers my home media services, infrastructure monitoring and a bunch of related stuff.
I use Ansible, Cluster-API, FCOS, and Terraform to run my infrastructure and this repo is my contribution to the Infrastructure as code movement.
Feel free to open a [Github issue](https://github.com/anthr76/infra/issues/new) if you have any questions!
Get involved with the community!
- [k8s@home](https://discord.gg/5sutTcCav5)
- [SelfHosted](https://selfhosted.show/)~~Docs are hosted on Github pages and can be read [here](https://anthr76.github.io/infra/)~~
---
## :wrench: Tools
_Below are some of the tools I find useful_
| Tool | Purpose |
|--------------------------------------------------------|-----------------------------------------------------------------------------------------------------------|
| [sops](https://github.com/mozilla/sops) | Simple and flexible tool for managing secrets |
| [pre-commit](https://github.com/pre-commit/pre-commit) | Ensure the YAML and shell script in my repo are consistent |---
## :handshake: Thanks
A lot of inspiration for this repo came from the following people:
- [xUnholy/k8s-gitops](https://github.com/xUnholy/k8s-gitops)
- [billimek/k8s-gitops](https://github.com/billimek/k8s-gitops)
- [carpenike/k8s-gitops](https://github.com/carpenike/k8s-gitops)
- [dcplaya/k8s-gitops](https://github.com/dcplaya/k8s-gitops)
- [rust84/k8s-gitops](https://github.com/rust84/k8s-gitops)
- [blackjid/homelab-gitops](https://github.com/blackjid/homelab-gitops)
- [bjw-s/k8s-gitops](https://github.com/bjw-s/k8s-gitops)
- [toboshii/k8s-gitops](https://github.com/toboshii/k8s-gitops)
- [nlopez/k8s_home](https://github.com/nlopez/k8s_home)
- [ironicbadger/inra](https://github.com/IronicBadger/infra)
- [onedr0p/home-cluster](https://github.com/onedr0p/home-cluster)