Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/ankushg/home-cluster
My at-home kubernetes cluster!
https://github.com/ankushg/home-cluster
k8s-at-home kubernetes
Last synced: 13 days ago
JSON representation
My at-home kubernetes cluster!
- Host: GitHub
- URL: https://github.com/ankushg/home-cluster
- Owner: ankushg
- License: mit
- Created: 2021-09-09T04:33:35.000Z (over 3 years ago)
- Default Branch: main
- Last Pushed: 2024-12-17T15:12:45.000Z (17 days ago)
- Last Synced: 2024-12-17T16:24:49.593Z (17 days ago)
- Topics: k8s-at-home, kubernetes
- Language: Shell
- Homepage:
- Size: 773 KB
- Stars: 1
- Watchers: 2
- Forks: 0
- Open Issues: 18
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
## GitOps + k8s Homelab
> This repo contains the code I use for deploying and managing my homelab.
[![k3s](https://img.shields.io/badge/k3s-v1.23.3-orange?style=flat-square)](https://k3s.io/)
[![GitHub issues](https://img.shields.io/github/issues/ankushg/home-cluster?style=flat-square)](https://github.com/ankushg/home-cluster/issues)
[![GitHub last commit](https://img.shields.io/github/last-commit/ankushg/home-cluster?color=purple&style=flat-square)](https://github.com/ankushg/home-cluster/commits/master)
[![GitHub Super-Linter](https://github.com/ankushg/home-cluster/workflows/Lint/badge.svg)](https://github.com/marketplace/actions/super-linter)---
This is a _highly_ (but not necessarily _intelligently_) opinionated deployment of a single [k3s](https://k3s.io/) cluster, that is:
- deployed by [k3sup](https://github.com/alexellis/k3sup)
- backed by the [GitOps](https://www.weave.works/blog/what-is-gitops-really) tool [Flux](https://toolkit.fluxcd.io/)
- secured with help of the [Flux SOPS integration](https://toolkit.fluxcd.io/guides/mozilla-sops/),
- accessed through [ingress-nginx](https://kubernetes.github.io/ingress-nginx/)## 🙇 Thanks
Big shout out to all of the contributors to the projects that I'm using in this repository.
A lot of inspiration for this repo came from the following projects:
- [k8s-at-home/flux-cluster-template](https://github.com/k8s-at-home/flux-cluster-template)
- [onedr0p/home-cluster](https://github.com/onedr0p/home-cluster)
- [carpenike/k8s-gitops](https://github.com/carpenike/k8s-gitops)
- [and many more](https://github.com/k8s-at-home/awesome-home-kubernetes)And a lot of support and advice came from the k8s-at-home Discord:
[![Discord](https://img.shields.io/badge/discord-chat-7289DA.svg?maxAge=60&style=flat-square)](https://discord.gg/Yv2gzFy)