Homarr for Kubernetes Cluster
Hi, I'm very new to homarr I have tried homarr on a single instance it works very well, but if i want to host as admin and manage user dashboard on a autoscale kubernetes cluster how do i do that is there any doc you can suggest me that could help me to deploy.
6 Replies
Hi, thanks for the question.
Most users here run homelab with single instances. Therefore, there's not much information on this.
Autoscaling Homarr is a somewhat bad idea, since it's reliant on the file system.
I think K8s added a shared file system resource recently, but I'm not sure how reliable that is.
One of the next big releases of Homarr will replace the file system with a database. Then you should be able to make a Postgres DB & auto instace Homarr and make multiple replicas
maybe I'm thinking it in a wrong way, Yes you are right multi instances would be bad idea
I really like homarr, But there might be some possible way to use it on kubernetes cluster I don't know how?
K8s shared file system is working fine
I would be waiting for the next release of Homarr, I don't know much about DB but I was thinking is there a way where Homarr can act like control panel which can be deployed using helm chart and by adding admin and user management from a single homarr dashboard would be really helpful
Yes, Homarr could be used for that. That's what it's mostly intended for. But as I said, running multiple replicas for high availability is not yet easy with Homarr
i think if it can be managed from a single dashboard for both admin and inviting user by assigning roles based on user identity when used with single sign-on (SSO) would work
homarr is really very friendly dashboard I have ever seen, I wish to see more possibilities using Homarr
SSO is somewhat planned, but will definitely not be included in earlier revisions of the authentication feature
ok