hobby-kube / guide

Kubernetes clusters for the hobbyist.
MIT License
5.57k stars 258 forks source link

AWS spot instances might be affordable for a hobby cluster #82

Closed JWDobken closed 4 years ago

JWDobken commented 4 years ago

The Readme states that a three node cluster on Hetzner Cloud cost a little less than €7.50/month for 3x2GB nodes (1vCPU). But with an hour price of €0.005 this would actually cost 3x €3.65 = €10.95 per month

If you take a slightly better AWS spot instance, let's say the t3.small:

I would say, with all the benefits of AWS like S3 storage and auto-scaling, definitely something to consider.

pstadler commented 4 years ago

While I agree with what you're saying, I just wanted to note that a Hetzner node still runs for €2.49 per month. Typically, I'm attaching 10GB extra storage (€0.40) to each node. My last 3 bills were always €9.34 (incl. VAT).

pstadler commented 4 years ago

I would certainly consider adding an AWS provider to hobby-kube/provisioning if somebody opens a quality PR over there.