Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/lucas-dclrcq/homelabitty


https://github.com/lucas-dclrcq/homelabitty

fluxcd helm homelab k8s-at-home kubernetes self-hosted talos

Last synced: 11 days ago
JSON representation

Awesome Lists containing this project

README

        

### My Homelab Gitops repository

_... managed with Flux, Renovate, and GitHub Actions_ 🤖

[![Talos](https://img.shields.io/endpoint?url=https%3A%2F%2Fkromgo.hoohoot.org%2Ftalos_version&style=flat-square&label=Talos)](https://github.com/kashalls/kromgo)
  
[![k8s](https://img.shields.io/endpoint?url=https%3A%2F%2Fkromgo.hoohoot.org%2Fkubernetes_version&style=flat-square&label=K8S)](https://github.com/kashalls/kromgo)
  
[![Age-Days](https://img.shields.io/endpoint?url=https%3A%2F%2Fkromgo.hoohoot.org%2Fcluster_age_days&style=flat-square&label=Age)](https://github.com/kashalls/kromgo)
  
[![Uptime-Days](https://img.shields.io/endpoint?url=https%3A%2F%2Fkromgo.hoohoot.org%2Fcluster_uptime_days&style=flat-square&label=Uptime)](https://github.com/kashalls/kromgo)
  


[![Node-Count](https://img.shields.io/endpoint?url=https%3A%2F%2Fkromgo.hoohoot.org%2Fcluster_node_count&style=flat-square&label=Nodes)](https://github.com/kashalls/kromgo)
  
[![Nodes-Memory](https://img.shields.io/endpoint?url=https%3A%2F%2Fkromgo.hoohoot.org%2Fcluster_total_ram&style=flat-square&label=RAM)](https://github.com/kashalls/kromgo)
  
[![Pod-Count](https://img.shields.io/endpoint?url=https%3A%2F%2Fkromgo.hoohoot.org%2Fcluster_pod_count&style=flat-square&label=Pods)](https://github.com/kashalls/kromgo)
  
[![CPU-Usage](https://img.shields.io/endpoint?url=https%3A%2F%2Fkromgo.hoohoot.org%2Fcluster_cpu_usage&style=flat-square&label=CPU)](https://github.com/kashalls/kromgo)
  
[![Memory-Usage](https://img.shields.io/endpoint?url=https%3A%2F%2Fkromgo.hoohoot.org%2Fcluster_memory_usage&style=flat-square&label=Memory)](https://github.com/kashalls/kromgo)
  

## 🚀 Bootstrap

1. Setup talos nodes: `task talos:bootstrap`
2. Push private key: `task flux:github-deploy-key`
3. Setup Flux : `task flux:bootstrap`

## 🔧 Hardware

| Name | Device | CPU | OS Disk | Data Disk(s) | RAM | OS | Purpose |
|-----------|--------------------------|---------------|------------|--------------|------|-------------|-------------------|
| Fitz | Dell Optiplex 3080 Micro | i5-10500T | 256GB NVMe | 1TB SSD | 32GB | Talos | K8S Control Plane |
| Nighteyes | Dell Optiplex 3080 Micro | i5-10500T | 256GB NVMe | 1TB SSD | 32GB | Talos | K8S Control Plane |
| Chade | Dell Optiplex 3080 Micro | i5-10500T | 500GB NVMe | 1TB SSD | 32GB | Talos | K8S Control Plane |
| Fool | Dell Optiplex 3090 Micro | i5-10500T | 500GB NVMe | 1TB SSD | 32GB | Talos | K8S Worker |
| Burrich | Dell Optiplex 3090 Micro | i5-10500T | 500GB NVMe | 1TB SSD | 32GB | Talos | K8S Worker |
| Bee | Dell Optiplex 3090 Micro | i5-10500T | 500GB NVMe | 1TB SSD | 32GB | Talos | K8S Worker |
| NAS | Synology DS1520+ | Celeron J4125 | N/A | 5*4TB | 8GB | Synology OS | NAS (NFS/Backup) |
| MOX | Turris MOX | | 32GB | N/A | 1GB | Turris OS | Router |

## ☁️ Cloud Services

| Service | Use | Cost |
|-------------------------------------------|----------------------------------------------------------------|----------------------|
| [Pushover](https://pushover.net) | Alerts & Notifications | 5$ one-time purchase |
| [Cloudflare](https://www.cloudflare.com/) | Domain | Free |
| [GitHub](https://github.com/) | Hosting this repository and continuous integration/deployments | Free |

## 🖥️ Tech Stack

| | Name | Description |
|-------------------------------------------------------------------------------------------------------------------------------------------------------------------|-------------------------------------------|--------------------------------------------------------------------------------------------------------|
| | [Kubernetes](https://kubernetes.io/) | An open-source system for automating deployment, scaling, and management of containerized applications |
| | [FluxCD](https://fluxcd.io/) | GitOps tool for deploying applications to Kubernetes |
| | [Talos Linux](https://www.talos.dev/) | Talos Linux is Linux designed for Kubernetes |
| | [Cilium](https://cilium.io/) | GitOps tool for deploying applications to Kubernetes |
| | [containerd](https://containerd.io/) | Container runtime integrated with Talos Linux |
| | [CoreDNS](https://coredns.io/) | A DNS server that operates via chained plugins |
| | [Prometheus](https://prometheus.io) | Monitoring system and time series database |
| | [Helm](https://helm.sh) | The Kubernetes package manager |
| | [OpenEBS](https://openebs.io) | Container-attached storage |
| | [OpenTelemetry](https://opentelemetry.io) | Making robust, portable telemetry a built in feature of cloud-native software. |
| | [Cert Manager](https://cert-manager.io/) | X.509 certificate management for Kubernetes |
| | [Grafana](https://grafana.com) | Analytics & monitoring solution for every database. |
| | [Loki](https://grafana.com/oss/loki/) | Horizontally-scalable, highly-available, multi-tenant log aggregation system |