Hi - first time poster / long time lurker.
I am planning on getting some rack space to run a small k8s cluster and am trying to estimate my power draw. Plan is to get the following server specs:
- Epyc 7702 (64c - 200 default tdp)
- 1 TB ram (16*64gb lrdimm 2400 Mhz - Can’t find data on the power)
- 12 3.84 TB pm9a3 (Read: <= 11 W Write: <= 13.5 W)
Cursory estimates with GPT and the like have put me at the following
200W (cpu) + 16 * 5W (ram) + 12 * 12W = 424W
This seems high so I wanted to get some feedback here.
I am planning on getting 10u of rack space which comes with 5A @ 208 A+B so based on my estimation - it seems like I can only fit 2 servers per circuit which feels a little low considering that would only fill up 40% of the rackspace. Ideally I would be able to get 6 nodes in there plus a switch. I’ll be running k8s so I want to run 3 nodes on each circuit with masters running in VMs such that if I did lose a circuit I would potentially still be able to keep serving traffic.
Any feedback on if my estimates are ok and if it is possible to get 3 nodes on each circuit would be HIGHLY appreciated.
I have run some old beatup servers at home before and currently manage several k8s clusters in the cloud but this is my first rodeo in a real DC as part of an effort to get off the cloud and get the resources my application needs which is very IOPs intensive.
Thank you for your time.