Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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: 4 days 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 (over 2 years ago)
- Default Branch: master
- Last Pushed: 2024-10-30T01:15:12.000Z (5 days ago)
- Last Synced: 2024-10-30T03:53:32.538Z (5 days ago)
- Topics: gitops, k8s-at-home, kubernetes, talos, talosctl
- Language: Go
- Homepage: https://budimanjojo.github.io/talhelper
- Size: 4.4 MB
- Stars: 289
- Watchers: 6
- Forks: 17
- Open Issues: 5
-
Metadata Files:
- Readme: README.md
- Funding: .github/FUNDING.yml
- License: LICENSE
Awesome Lists containing this project
README
Talhelper
[![GitHub release (release name instead of tag name)](https://img.shields.io/github/v/release/budimanjojo/talhelper?include_prereleases)](https://github.com/budimanjojo/talhelper/releases)
[![GitHub issues](https://img.shields.io/github/issues/budimanjojo/talhelper)](https://github.com/budimanjojo/talhelper/issues)
[![License](https://img.shields.io/github/license/budimanjojo/talhelper)](https://github.com/budimanjojo/talhelper/blob/master/LICENSE)
[![AUR link](https://img.shields.io/aur/version/talhelper-bin)](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
* [k8s@home](https://github.com/k8s-at-home/) <- Best community of people running Kubernetes at home