Best simplified way to create a fully functional kubernetes cluster in production on Hetzner Cloud using CLI (command line interface)
Access comprehensive instructions at: https://k3s-simplified.easystartup.io/docs/
Its a fully open source(MIT LICENSE) drop in replacement to hetzner-k3s written in java, which runs as a single binary, no extra dependency needed
- This project originated as a fork of hetzner-k3s.
- Rewritten in Java for cross-platform compatibility and my familiarity with the language.
- Actively maintained for production use.
- I offer full support, including paid consultancy (contact details available here).
- Emphasis on developing a private, isolated cluster setup, crucial for production environments to safeguard against unauthorized external access.
A command-line interface (CLI) for effortlessly creating and managing Kubernetes clusters in Hetzner Cloud. It utilizes k3s by Rancher for a lightweight Kubernetes experience.
Distributed freely under the MIT License
- hetzner-k3s: was the starting point for this project. The inspiration for this project and the basis for expanding my own cluster.
- hetznercloud-java: Essential for cloud API integration. Contributing back to this community project was enriching, especially with the rapid acceptance of my PRs addressing Hetzner API changes.