{"id":29021090,"url":"https://github.com/aylamar/home-ops","last_synced_at":"2026-05-01T02:02:38.069Z","repository":{"id":270299440,"uuid":"909928814","full_name":"aylamar/home-ops","owner":"aylamar","description":null,"archived":false,"fork":false,"pushed_at":"2026-02-19T01:54:19.000Z","size":3562,"stargazers_count":1,"open_issues_count":1,"forks_count":0,"subscribers_count":1,"default_branch":"master","last_synced_at":"2026-02-19T07:30:59.134Z","etag":null,"topics":["flux","gitops","kubernetes","kubesearch","renovate","talos"],"latest_commit_sha":null,"homepage":"","language":"YAML","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/aylamar.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":"2024-12-30T04:47:56.000Z","updated_at":"2026-02-19T01:54:22.000Z","dependencies_parsed_at":"2025-02-14T03:22:53.524Z","dependency_job_id":"2fbd1b84-d673-4336-9ce8-243a873e6638","html_url":"https://github.com/aylamar/home-ops","commit_stats":null,"previous_names":["aylamar/home-ops"],"tags_count":10,"template":false,"template_full_name":null,"purl":"pkg:github/aylamar/home-ops","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/aylamar%2Fhome-ops","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/aylamar%2Fhome-ops/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/aylamar%2Fhome-ops/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/aylamar%2Fhome-ops/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/aylamar","download_url":"https://codeload.github.com/aylamar/home-ops/tar.gz/refs/heads/master","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/aylamar%2Fhome-ops/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":29958583,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-03-01T01:47:18.291Z","status":"online","status_checked_at":"2026-03-01T02:00:07.437Z","response_time":124,"last_error":null,"robots_txt_status":"success","robots_txt_updated_at":"2025-07-24T06:49:26.215Z","robots_txt_url":"https://github.com/robots.txt","online":true,"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":["flux","gitops","kubernetes","kubesearch","renovate","talos"],"created_at":"2025-06-26T02:01:15.455Z","updated_at":"2026-03-01T02:13:13.492Z","avatar_url":"https://github.com/aylamar.png","language":"YAML","funding_links":[],"categories":["YAML"],"sub_categories":[],"readme":"\u003cdiv align=\"center\"\u003e\n\n\u003cimg src=\"https://raw.githubusercontent.com/joryirving/home-ops/main/docs/src/assets/icons/kah-logo.png\" align=\"center\" width=\"144px\" height=\"144px\"/\u003e\n\n\n### \u003cimg src=\"https://fonts.gstatic.com/s/e/notoemoji/latest/1f680/512.gif\" alt=\"🚀\" width=\"16\" height=\"16\"\u003e My Home Operations Repository \u003cimg src=\"https://fonts.gstatic.com/s/e/notoemoji/latest/1f6a7/512.gif\" alt=\"🚧\" width=\"16\" height=\"16\"\u003e\n\n_... managed with Flux, Renovate, and GitHub Actions_ \u003cimg src=\"https://fonts.gstatic.com/s/e/notoemoji/latest/1f916/512.gif\" alt=\"🤖\" width=\"16\" height=\"16\"\u003e\n\n\u003c/div\u003e\n\n## \u003cimg src=\"https://fonts.gstatic.com/s/e/notoemoji/latest/1f4a1/512.gif\" alt=\"💡\" width=\"20\" height=\"20\"\u003e Overview\n\nThis is a repo containing that I use to manage my home kubernetes cluster. My cluster currently runs on [Talos](https://www.talos.dev/) which provides a secure and immutable environment for Kubernetes. I try to adhere to Infrastructure as Code (IaC) and GitOps practices using the tools like [Ansible](https://www.ansible.com/), [Kubernetes](https://kubernetes.io/), [Flux](https://github.com/fluxcd/flux2), [Renovate](https://github.com/renovatebot/renovate) and [GitHub Actions](https://github.com/features/actions).\n\n## \u003cimg src=\"https://fonts.gstatic.com/s/e/notoemoji/latest/1f331/512.gif\" alt=\"🌱\" width=\"20\" height=\"20\"\u003e Kubernetes\n\nMy Kubernetes cluster is deployed with [Talos](https://www.talos.dev). This is a semi-hyper-converged cluster, workloads and block storage are sharing the same available resources on my nodes while I have a separate server with ZFS for NFS/SMB shares, bulk file storage and backups.\n\nThis repo is cluster is originally based off of [onedr0p/cluster-template](https://github.com/onedr0p/cluster-template) if you want to follow along with some of the practices I use here.\n\n### Core Components\n\n- [cert-manager](https://github.com/cert-manager/cert-manager): Creates SSL certificates for services in my cluster.\n- [cilium](https://github.com/cilium/cilium): Internal Kubernetes container networking interface.\n- [cloudflared](https://github.com/cloudflare/cloudflared): Enables Cloudflare secure access to certain ingresses.\n- [external-dns](https://github.com/kubernetes-sigs/external-dns): Automatically syncs ingress DNS records to a DNS provider.\n- [external-secrets](https://github.com/external-secrets/external-secrets): Managed Kubernetes secrets using [1Password Connect](https://github.com/1Password/connect).\n- [ingress-nginx](https://github.com/kubernetes/ingress-nginx): Kubernetes ingress controller using NGINX as a reverse proxy and load balancer.\n- [rook](https://github.com/rook/rook): Distributed block storage for peristent storage.\n- [sops](https://github.com/getsops/sops): Managed secrets for Kubernetes and Terraform which are commited to Git.\n- [spegel](https://github.com/spegel-org/spegel): Stateless cluster local OCI registry mirror.\n- [volsync](https://github.com/backube/volsync): Backup and automated recovery of persistent volume claims.\n\n### GitOps\n\n[Flux](https://github.com/fluxcd/flux2) watches the clusters in my [kubernetes](./kubernetes/) folder (see Directories below) and makes the changes to my clusters based on the state of my Git repository.\n\nFlux will recursively search the `kubernetes/apps` folder until it finds the most top level `kustomization.yaml` per directory and then apply all the resources listed in it. That aforementioned `kustomization.yaml` will generally only have a namespace resource and one or many Flux kustomizations (`ks.yaml`). Under the control of those Flux kustomizations there will be a `HelmRelease` or other resources related to the application which will be applied.\n\n[Renovate](https://github.com/renovatebot/renovate) watches my **entire** repository looking for dependency updates, when they are found a PR is automatically created. When some PRs are merged Flux applies the changes to my cluster.\n\n### Directories\nThis Git repository contains the following directories under kubernetes.\n\n```sh\n📁 kubernetes      # Kubernetes cluster defined as code\n├─📁 apps          # Apps deployed into my cluster grouped by namespace\n├─📁 bootstrap     # Flux installation\n└─📁 flux          # Main Flux configuration of repository\n└─📁 templates     # Templates used by multiple apps\n```\n\n## \u003cimg src=\"https://fonts.gstatic.com/s/e/notoemoji/latest/2699_fe0f/512.gif\" alt=\"⚙\" width=\"20\" height=\"20\"\u003e Hardware\n\n| Device                                  | OS Disk Size | Data Disk Size            | RAM  | Purpose                                          |\n|-----------------------------------------|--------------|---------------------------|------|--------------------------------------------------|\n| 3x Intel NUC 13 NUC13ANHi5              | 512GB SSD    | 1TB NVMe                  | 32GB | Talos node, NVMe is dedicated to Rook Ceph       |\n| HL15                                    | 1TB NVMe     | 10x 20TB (Mirrored vdevs) | 64GB | TrueNAS powered bulk storage                     |\n| Unraid                                  | 32GB USB     | 8x 8TB HDDs (1 Parity)    | 32GB | Legacy bulk storage                              |\n| UniFi UDM Pro                           | -            | -                         | -    | Firewall, router, and NVR                        |\n| Switch Pro Max 16 PoE                   | -            | -                         | -    | Main switch                                      |\n| Switch Flex Mini 2.5G                   | -            | -                         | -    | Switch for NUCs                                  |\n| UniFi USP PDU Pro                       | -            | -                         | -    | PDU                                              |\n| CyberPower CP1500AVRLCD3                | -            | -                         | -    | UPS                                              |\n\n\n## \u003cimg src=\"https://fonts.gstatic.com/s/e/notoemoji/latest/1f64f/512.gif\" alt=\"🙏\" width=\"20\" height=\"20\"\u003e Thanks\n\nThanks to all the people who donate their time to the [Home Operations](https://discord.gg/home-operations) community. The major inspirations for this cluster were [onedr0p](https://github.com/onedr0p/home-ops), [bjw-s](https://github.com/bjw-s-labs/home-ops), [axeII](https://github.com/axeII/home-ops/), and [joryirving](https://github.com/joryirving/home-ops).\n\nBe sure to check out [kubesearch.dev](https://kubesearch.dev/) for ideas on how to deploy applications or get ideas on what you could deploy.\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Faylamar%2Fhome-ops","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Faylamar%2Fhome-ops","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Faylamar%2Fhome-ops/lists"}