jsknnr / enshrouded-server

Run Enshrouded dedicated server in a container
MIT License
176 stars 20 forks source link

Recommended specs for kubernetes node #28

Closed grokbot closed 5 months ago

grokbot commented 5 months ago

Thanks for putting this repo together, I'll be launching this soon. Any recommendations re: node size / capabilities for a kubernetes deployment? All the examples I am finding online are windows based and say 16 GB RAM but wondered if you had any observations to share / add to Readme

jsknnr commented 5 months ago

How do you mean? Like recommended specs for just the container, or recommended specs for the entire kubernetes environment? If you look in the repo at helm/values.yaml I have default values for the container at 4 full cores and 12GB of memory and that seems to be working ok.

jsknnr commented 5 months ago

My kubernetes nodes are dual socket intel xeon ivy bridges at 3.2GHz with 128GB of memory.

grokbot commented 5 months ago

I missed this line in the deployment.yaml

{{ toYaml .Values.resources | indent 10 }}

thanks