Hacker News new | ask | show | jobs
by nouney 2516 days ago
GKE is free.
1 comments

GKE is the managed version of Kubernetes that Google Cloud offers. Definitely not free.
Free as in you pay for your worker nodes, but nothing additional for operating the platform itself. You do lose control over your control plane nodes and etcd however.
Yes, it’s free as long as you pay for it.
No, there is no extra charge for gke. You pay for the nodes you use and you pay the same price whether you are using just cloud compute or whether you run those same cloud compute nodes in a gke.
Mhmm, it's free if you pay for the all other stuff.
Like everywhere else ...
> Free as in you pay for your worker nodes, but nothing additional for operating the platform itself.

If you go to the GCP pricing calculator[0] and add one n1-standard-1 VM to GCE, it costs $24.27/month.

Add one n1-standard-1 VM to a GKE cluster and you pay $38.27/month. There is a literal line item saying "Kubernetes Engine Cost: USD 14.00".

It's not free. It's just billed under the worker.

[0] https://cloud.google.com/products/calculator/

If you choose the standard engine edition, there is no additional Kubernetes Engine Cost.
I don't follow you.

Edit: ah, I see my mistake. There's a dropdown that lists "Advanced", which apparently accounts for the $14 difference.