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

https://github.com/willianpaixao/homelab

Infrastructure as Code of my home servers. Running Kubernetes, Flux and Linux
https://github.com/willianpaixao/homelab

k8s-at-home kubesearch

Last synced: 2 months ago
JSON representation

Infrastructure as Code of my home servers. Running Kubernetes, Flux and Linux

Awesome Lists containing this project

README

          

# Willian's homelab

![GitHub commit activity](https://img.shields.io/github/commit-activity/m/willianpaixao/homelab?logo=github)
![GitHub Release](https://img.shields.io/github/v/release/willianpaixao/homelab?logo=github)
![Hugo](https://img.shields.io/github/actions/workflow/status/willianpaixao/homelab/hugo.yaml?logo=hugo&label=docs)
![Kubeconform](https://img.shields.io/github/actions/workflow/status/willianpaixao/homelab/kubeconform.yaml?logo=kubernetes&label=kubeconform)

This is a repository to document my homelab setup. Currently running two Kubernetes clusters, one with Raspberry Pis 4 and another with Turing Pi Cluster Board and RK1.

## Getting Started

The documentation is published on GitHub Pages. You can access it [here](https://willianpaixao.github.io/homelab/).

### Prerequisites

You'll need to install the following tools to run the project:

- [Flux](https://fluxcd.io/)
- [Helm](https://helm.sh/)
- [Kubectl](https://kubernetes.io/docs/tasks/tools/)
- [SOPS](https://getsops.io/)

## License

This project is licensed under the GPLv3 License - see the [LICENSE](LICENSE) file for details.

## Acknowledgments

This project was bootstrapped with [cluster-template](https://github.com/onedr0p/cluster-template). Huge thanks
to [onedr0p](https://github.com/onedr0p) for the amazing work.