{"id":37975461,"url":"https://github.com/siggerzz/home-infra","last_synced_at":"2026-01-16T18:29:45.533Z","repository":{"id":274532888,"uuid":"919053312","full_name":"siggerzz/home-infra","owner":"siggerzz","description":"My home Kubernetes cluster running on Talos Linux and managed with FluxCD. Based on onedr0p/cluster-template","archived":false,"fork":false,"pushed_at":"2026-01-12T21:39:15.000Z","size":640,"stargazers_count":0,"open_issues_count":58,"forks_count":0,"subscribers_count":1,"default_branch":"main","last_synced_at":"2026-01-13T01:29:34.805Z","etag":null,"topics":["fluxcd","gitops","homelab","k8s-at-home","kubernetes"],"latest_commit_sha":null,"homepage":"","language":"Shell","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"mit","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/siggerzz.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":"LICENSE","code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null,"governance":null,"roadmap":null,"authors":null,"dei":null,"publiccode":null,"codemeta":null,"zenodo":null,"notice":null,"maintainers":null,"copyright":null,"agents":null,"dco":null,"cla":null}},"created_at":"2025-01-19T15:39:00.000Z","updated_at":"2026-01-11T18:21:40.000Z","dependencies_parsed_at":null,"dependency_job_id":"8ed11069-6a2c-40af-8326-8cb21838c726","html_url":"https://github.com/siggerzz/home-infra","commit_stats":null,"previous_names":["siggerzz/home-infra"],"tags_count":16,"template":false,"template_full_name":"onedr0p/cluster-template","purl":"pkg:github/siggerzz/home-infra","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/siggerzz%2Fhome-infra","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/siggerzz%2Fhome-infra/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/siggerzz%2Fhome-infra/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/siggerzz%2Fhome-infra/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/siggerzz","download_url":"https://codeload.github.com/siggerzz/home-infra/tar.gz/refs/heads/main","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/siggerzz%2Fhome-infra/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":28480830,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-01-16T11:59:17.896Z","status":"ssl_error","status_checked_at":"2026-01-16T11:55:55.838Z","response_time":107,"last_error":"SSL_read: unexpected eof while reading","robots_txt_status":"success","robots_txt_updated_at":"2025-07-24T06:49:26.215Z","robots_txt_url":"https://github.com/robots.txt","online":false,"can_crawl_api":true,"host_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub","repositories_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories","repository_names_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repository_names","owners_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners"}},"keywords":["fluxcd","gitops","homelab","k8s-at-home","kubernetes"],"created_at":"2026-01-16T18:29:44.894Z","updated_at":"2026-01-16T18:29:45.522Z","avatar_url":"https://github.com/siggerzz.png","language":"Shell","funding_links":[],"categories":[],"sub_categories":[],"readme":"# 🏠 home-infra\n\n\u003cdiv align=\"center\"\u003e\n  \u003cp\u003e\u003cem\u003eMy home infrastructure managed through GitOps using Flux and Talos Linux\u003c/em\u003e\u003c/p\u003e\n\u003c/div\u003e\n\n## 📂 Repository Structure\n\n```\n├── .github/           # GitHub workflows and settings\n├── .taskfiles/        # Task runner configurations\n├── kubernetes/        # Kubernetes manifests\n│   ├── apps/          # Application deployments\n│   ├── bootstrap/     # Initial cluster bootstrap configurations\n│   └── flux/          # Flux system configurations and repositories\n```\n\n## 🎮 Cluster Overview\n\nThis repository contains the configuration for my home Kubernetes cluster. The cluster is provisioned using [Talos Linux](https://www.talos.dev/) and follows the GitOps methodology using [Flux](https://fluxcd.io/).\n\n### 💻 Cluster Hardware\n\n| Hostname   | Node Type     | Hardware          | CPU      | Memory | Storage   |\n| ---------- | ------------- | ----------------- | -------- | ------ | --------- |\n| glados-c01 | Control Plane | Lenovo M720q Tiny | i5-8400T | 16GB   | 256GB SSD |\n| glados-w01 | Worker        | Lenovo M720q Tiny | i5-8400T | 16GB   | 256GB SSD |\n| glados-w02 | Worker        | Lenovo M720q Tiny | i5-8400T | 16GB   | 256GB SSD |\n\n### 🔧 Core Components\n\n- **🌐 Container Network Interface (CNI)**: [Cilium](https://github.com/cilium/cilium)\n- **🔐 Certificate Management**: [cert-manager](https://github.com/cert-manager/cert-manager)\n- **💾 Storage**: [OpenEBS](https://github.com/openebs/openebs)\n- **🚦 Ingress Controller**: [ingress-nginx](https://github.com/kubernetes/ingress-nginx)\n\n### 🌐 Networking Stack\n\n- **📡 DNS**:\n  - External DNS management via [external-dns](https://github.com/kubernetes-sigs/external-dns)\n  - Internal DNS via [k8s-gateway](https://github.com/ori-edge/k8s_gateway)\n- **🔒 Tunnel**: [Cloudflare Tunnel](https://github.com/cloudflare/cloudflared)\n\n### 🚀 GitOps\n\nThe cluster is managed using Flux, which automatically reconciles the cluster state with the declarations in this repository. Key aspects include:\n\n- ⏱️ Automated reconciliation every 30 minutes\n- 🔑 Secrets management using [SOPS](https://github.com/getsops/sops)\n- 🔄 Automated dependency updates via [Renovate](https://github.com/renovatebot/renovate)\n\n### 📱 Applications\n\nCurrently deployed applications:\n\n- 🎬 Jellyfin - Media Server\n- 🔄 Echo Server - Testing HTTP/HTTPS requests\n\n## 🛠️ Tools \u0026 Technologies\n\n### Core Infrastructure\n\n- 🖥️ [Talos](https://www.talos.dev/) - Operating system for Kubernetes\n- 🔄 [Flux](https://fluxcd.io/) - GitOps operator for Kubernetes\n- 📦 [Helm](https://helm.sh/) - Package manager for Kubernetes\n- 📄 [Helmfile](https://helmfile.readthedocs.io/) - Declarative spec for deploying Helm charts\n- ⚡ [Kubectl](https://kubernetes.io/docs/reference/kubectl/) - Kubernetes command-line tool\n\n### Security \u0026 Secrets\n\n- 🔐 [SOPS](https://github.com/getsops/sops) - Secrets encryption\n- 🔒 [Age](https://github.com/FiloSottile/age) - File encryption tool\n\n## 🙏 Acknowledgments\n\nThis cluster setup is inspired by and based on the [onedr0p/cluster-template](https://github.com/onedr0p/cluster-template).\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fsiggerzz%2Fhome-infra","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fsiggerzz%2Fhome-infra","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fsiggerzz%2Fhome-infra/lists"}