-
-
Notifications
You must be signed in to change notification settings - Fork 142
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 Support #161
Comments
Hello! |
This would actually be the beginning of solving that. I'm just wanting to add the necessary manifests. Then that Issue can be used to solve the DNS-related issues. I also saw that there is a PR ( #157 ) to switch the base image that may help with the DNS issues. |
Actually if you scroll down a bit it might not be necessary to change the base image. |
I have a pretty basic helm implementation that I am using for my Kubernetes deployment of this app (I'm trying to learn helm more), but I also know Kustomize very well. If I get a chance I will try and look over your WIP files @audioboxer217 to see if I can suggest any improvements. |
@Yooooomi If one would package the app with a Helm chart, would you want a PR to this repo of it? |
I think the community should be able to come up with a pretty decent helm chart. I assume one of the concerns would be making sure it stays up to date with new releases. |
Hello! Thank you guys for the effort of making a good chat for ys. However I feel like such a feature should have its own repo so that every way of hosting it does not end in this repo in the future. Feel free to create such a repo that I'd gladly link on the readme. Thanks again |
@brandonhinds Do you happen to be on the k8s-at-home Discord server? |
I have this running on my k3s cluster, will try and open source my infra repo at some point and share here but if I get chance might throw a guide together. But it is possible, I used 3 deployments and put them all in a namespace |
Possible indeed: https://nanne.dev/k8s-at-home-search/#your-spotify |
It would be nice to have this work with Kubernetes in addition to Docker Compose.
I can work on this using Kustomize to build in the env vars in a more dynamic way.
The text was updated successfully, but these errors were encountered: