https://github.com/budimanjojo/talhelper
A tool to help creating Talos kubernetes cluster
https://github.com/budimanjojo/talhelper
gitops k8s-at-home kubernetes talos talosctl
Last synced: about 1 month ago
JSON representation
A tool to help creating Talos kubernetes cluster
- Host: GitHub
- URL: https://github.com/budimanjojo/talhelper
- Owner: budimanjojo
- License: bsd-3-clause
- Created: 2022-05-26T10:46:42.000Z (about 3 years ago)
- Default Branch: master
- Last Pushed: 2025-05-15T01:23:23.000Z (about 1 month ago)
- Last Synced: 2025-05-15T02:28:51.623Z (about 1 month ago)
- Topics: gitops, k8s-at-home, kubernetes, talos, talosctl
- Language: Go
- Homepage: https://budimanjojo.github.io/talhelper
- Size: 4.96 MB
- Stars: 407
- Watchers: 5
- Forks: 25
- Open Issues: 4
-
Metadata Files:
- Readme: README.md
- Funding: .github/FUNDING.yml
- License: LICENSE
Awesome Lists containing this project
README
![]()
Talhelper
[](https://github.com/budimanjojo/talhelper/releases)
[](https://github.com/budimanjojo/talhelper/issues)
[](https://github.com/budimanjojo/talhelper/blob/master/LICENSE)
[](https://aur.archlinux.org/packages/talhelper-bin)
A helper tool to help creating Talos cluster in your GitOps repository.
It's like Kustomize but for Talos manifest files with SOPS support natively.
·
Report Bug
·
Request Feature
## About The Project
The main reason of this tool is to help creating Talos cluster in GitOps way.
Inspired by a python script written by [@bjw-s](https://github.com/bjw-s).You can use this tool to generate Talos config file with `talhelper genconfig` command.
You can also use this tool to generate Talos secrets with `talhelper gensecret` command.To get started, [read the documentation](https://budimanjojo.github.io/talhelper).
## License
Distributed under the BSD-3 License. See [LICENSE](./LICENSE) for more information.
## Sponsors
Thanks for those who are sponsoring or have sponsored my projects, it helps and motivates me to do more!
## Acknowledgments
* [Talos](https://github.com/siderolabs/talos) <- Obviously, for providing the code and everything
* [bjw-s](https://github.com/bjw-s) <- The guy who inspired this tool
* [home-operations](https://github.com/home-operations/) <- Best community of people running Kubernetes at home