Hacker News new | ask | show | jobs
by Thristle 1637 days ago
that compute is much larger then startups i worked for that make millions of dollars/50+ M unique users per month. so obviously not "corporate" sized but definitely not small

Looking at the GKE price calc - N2 machines (which i have no idea if they are cheapest per vcpu/mem) * 7 will give you 896 vcpu and 3584 GB ram. that will cost you 21K per month for a zonal cluster

we can do napkin calculations but that won't help you. if you want to get your bill down you just need to open the billing reports and start slicing data by usage

Edit - i really hope i am not coming off as condescending or anything. I used to work in a startup related to cloud cost optimization and currently as a devops in a cloud env so i know how these costs can get out of hand.

1 comments

I have definitely looked into getting the costs down, we’re not doing anything truly special.

Making use of best practice costs a lot more than most people expect, interzonal networking is charged, for example; a lot of people also assume that redundancies are built in to things like RDS or CloudSQL, but they’re not, and you should be having replicas.

And of course traffic to databases is interzonal networking.

It adds up, not a lot can be done In Many cases.