This is home to my personal Kubernetes cluster. Flux watches this Git repository and makes the changes to my cluster based on the manifests in the cluster directory. For more information, head on over to my docs.
This cluster utilizes a variety of open-source technologies to provide a robust and reliable infrastructure.
- k3s - a lightweight Kubernetes distribution optimized for resource-constrained environments
- cert-manager - a Kubernetes add-on for automating the management and issuance of TLS certificates from various issuing sources.
- external-dns - a Kubernetes add-on that automatically creates and updates DNS records for Kubernetes services.
- pre-commit - a framework for managing and maintaining multi-language pre-commit hooks.
- renovate - an automated dependency update tool that integrates with GitHub and GitLab for streamlined dependency management.
This cluster is maintained and updated regularly to ensure a high level of availability and security. RenovateBot is used to automatically keep dependencies up-to-date and prevent vulnerabilities. Additionally, pre-commit hooks are used to catch and fix errors before they are committed to the repository.
Please note that this is my personal cluster, and is not intended for production use. It is provided as a reference and for educational purposes only.
Thanks to all the people who donate their time to the Kubernetes@Home community