TeamSpeak-Systems / ts-services

TeamSpeak 5 service collection for docker compose deployments
73 stars 5 forks source link

Kubernetes Support #20

Open Sporesirius opened 1 year ago

Sporesirius commented 1 year ago

Will this new TeamSpeak 5 server support Kubernetes? If yes, is a first-party helm planned?

qknight commented 1 year ago

At first we want to finish support for docker in general but we also use kubernetes but so far we don't have a helm for teamspeak yet.

Also it would require that we change the setup: the way we bootstrap the stack and later maintain it.

Sporesirius commented 1 year ago

Would be interesting to replicate a TeamSpeak 5 server with a serverless database like Neon https://neon.tech/

cptmacp commented 10 months ago

you can prob convert any docker based setup to kube using kompose https://kubernetes.io/docs/tasks/configure-pod-container/translate-compose-kubernetes/

and run it .

Things like .env and others will be moved to kustomizations's and some other boiletplate done by current setup

it can prob be done without any issues

however that might take extra resource and min sys req would steep up as well

reason being , k8 takes more resource than docker engine .