7 ms·
I mean it's one Kubernetes cluster. What could it cost? 300 dollars?
by lyschoening 6y ago
I mean it's one Kubernetes cluster. What could it cost? 300 dollars?
- waterglassFull 6y agoOr 30 bananas
- tail_exchange 6y agoIt depends on the size of the cluster. If it's just a little blog and you just want it to be as cheap as possible, but still using K8s just for fun, it will cost you around $4/month on GCP (1 f1-micro node).
- heavyset_go 6y ago> 1 f1-micro node That only has 600MB of memory and the minimum memory requirements for a master node is 2GB[1]. [1] https://docs.kublr.com/installation/hardware-recommendation/ https://docs.kublr.com/installation/hardware-recommendation/
- ex3ndr 6y agoMaster nodes are not billed by GKE, only worker one. But micro node is not going to work - all memory will be eaten by k8s services.
- ahmedtd 6y agoOn GKE, the master nodes are provisioned behind-the-scenes. You get one free zonal master. The f1-micro would be the worker node. It's still a bit of a squeeze, because GKE has system workloads that need to run on user nodes.
- qbasic_forever 6y agoA minimal single host cluster runs fine for me on a $10/mo DO droplet with just 4GB RAM. It would probably work on the $5 droplet too if you weren't running much more than a blog.