-
-
Notifications
You must be signed in to change notification settings - Fork 785
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Kubernetes Operator #755
Comments
Nice job! Looks like something that would simplify my life few months ago 😅 I am curious what are the added benefits for using operator here instead of simple config reloader like https://github.com/paulfantom/homer-reloader (example deployment available here). Especially considering homer is a stateless application which takes all configuration from a few files. |
Its still early days, but the operator pattern could make multitenancy easier or deploying multiple isolated instances. That is probably overkill for many installs of homer but it isn't hard to imagine the advantages it'll bring for larger installs. |
Hi, I know it's an other Controller/Operator but is not for same requirement. I have dev an controller with a CRD to define dynamically services in configuration for Homer Dashboard. https://github.com/BananaOps/homer-k8s I propose a PR to list in readme all solution to deploy Homer in Kubernetes |
🎁 #782 |
Hey Team! I started working on a kubernetes operator. This will automatically generate and setup your very own instance of homer within your cluster. Id love to get some help working on this!
https://github.com/rajsinghtech/homer-operator
https://homer.rajsingh.info/
The text was updated successfully, but these errors were encountered: