Let's replicate on your premises a local k3s cluster!
Built with automation and scalability in mind.
Perfect for learning, testing, or going further.
To keep it simple, only one container is deployed by default.
You are free to deploy as many containers as you wish, as long as you have the resources to run them.
Tech Stack:
- OpenTofu: Infrastructure as Code (IaC) to define and deploy the container
- k3s: A Kubernetes distribution designed for production workloads
- Docker: Container runtime for k3s node
- Terratest: A Go library for testing infrastructure
- Just: Command runner to simplify project automation and scripting
The documentation is available here.
Please read it carefully!
All contributions are welcome and appreciated.
Please make sur to read the contributing guide for guidelines before submitting a pull request.