{"id":26577895,"url":"https://github.com/v-omelai/raspberry-cluster-infra","last_synced_at":"2026-05-09T05:31:15.852Z","repository":{"id":277847441,"uuid":"933700311","full_name":"v-omelai/raspberry-cluster-infra","owner":"v-omelai","description":"This repository offers a collection of resources for building and deploying applications on a distributed computing cluster.","archived":false,"fork":false,"pushed_at":"2025-04-23T08:17:11.000Z","size":10990,"stargazers_count":1,"open_issues_count":0,"forks_count":0,"subscribers_count":1,"default_branch":"main","last_synced_at":"2025-04-23T09:26:57.828Z","etag":null,"topics":["helm","k3s","longhorn","raspberry-pi","terraform"],"latest_commit_sha":null,"homepage":"","language":"HCL","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/v-omelai.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}},"created_at":"2025-02-16T13:53:39.000Z","updated_at":"2025-04-23T08:17:14.000Z","dependencies_parsed_at":"2025-03-21T14:59:47.079Z","dependency_job_id":"4b61f17a-afe7-4a5c-86ca-f12c595696dd","html_url":"https://github.com/v-omelai/raspberry-cluster-infra","commit_stats":null,"previous_names":["v-omelai/raspberryoncloud-infra","v-omelai/raspberry-cluster-infra"],"tags_count":0,"template":false,"template_full_name":null,"purl":"pkg:github/v-omelai/raspberry-cluster-infra","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/v-omelai%2Fraspberry-cluster-infra","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/v-omelai%2Fraspberry-cluster-infra/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/v-omelai%2Fraspberry-cluster-infra/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/v-omelai%2Fraspberry-cluster-infra/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/v-omelai","download_url":"https://codeload.github.com/v-omelai/raspberry-cluster-infra/tar.gz/refs/heads/main","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/v-omelai%2Fraspberry-cluster-infra/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":32808387,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-05-08T08:22:46.396Z","status":"online","status_checked_at":"2026-05-09T02:00:06.633Z","response_time":123,"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":["helm","k3s","longhorn","raspberry-pi","terraform"],"created_at":"2025-03-23T04:17:55.389Z","updated_at":"2026-05-09T05:31:15.112Z","avatar_url":"https://github.com/v-omelai.png","language":"HCL","funding_links":[],"categories":[],"sub_categories":[],"readme":"## Overview\n\nThis repository offers a collection of resources for building and deploying applications on a distributed computing cluster.\n\n![Overview](images/overview.png)\n\n## Hardware\n\n![Display](images/display.png)\n\n![Cluster](images/cluster.png)\n\n### Main configuration\n\n- [Raspberry Pi 5](https://www.raspberrypi.com/products/raspberry-pi-5)\n- [Waveshare 2.13\" E-Ink Display HAT](https://www.waveshare.com/2.13inch-e-paper-hat.htm)\n- [SanDisk Ultra UHS-I microSD](https://shop.sandisk.com/products/memory-cards/microsd-cards/sandisk-ultra-uhs-i-microsd-120-mbps)\n- [Toshiba Canvio Basics HDD](https://storage.toshiba.com/consumer-hdd/external/canvio-basics)\n- [52pi Rack Tower Ultimate](https://wiki.52pi.com/index.php?title=ZP-0108)\n\n### Nice to have\n\n- USB Charging Station\n- USB Type-C to Type-A Cable\n- USB Male to 5-Pin Dupont Cable\n- USB Female to Dual Male Y-Cable\n- Magnetic Cable Clips\n- Silicone HDD Case\n\n## Software\n\n### Choco\n\n- `choco install kubernetes-cli`\n- `choco install kubernetes-helm`\n- `choco install terraform`\n\n### Helm\n\n- `helm repo add kubernetes-dashboard https://kubernetes.github.io/dashboard`\n- `helm repo add longhorn https://charts.longhorn.io`\n- `helm repo update`\n\n### Terraform\n\n\u003e [!NOTE]  \n\u003e The `local-exec` provisioner commands are intended to run on Windows.\n\n- `terraform fmt -recursive`\n- `terraform -chdir=terraform init`\n- `terraform -chdir=terraform plan`\n- `terraform -chdir=terraform apply`\n- `terraform -chdir=terraform destroy`\n\n### SSH\n\n- `ssh-keygen -t rsa -f .ssh/52pi-k3s-1`\n- `ssh -i .ssh/52pi-k3s-1 52pi-k3s-1@52pi-k3s-1`\n\n### Type\n\n- `type .server\\address`\n- `type .server\\config`\n- `type .server\\node-token`\n\n### Dashboard\n\n- `cd scripts`\n- `powershell -ExecutionPolicy Bypass -File .\\dashboard.ps1`\n\n### Longhorn\n\n- `cd scripts`\n- `powershell -ExecutionPolicy Bypass -File .\\longhorn.ps1`\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fv-omelai%2Fraspberry-cluster-infra","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fv-omelai%2Fraspberry-cluster-infra","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fv-omelai%2Fraspberry-cluster-infra/lists"}