5 ms·
GKE in particular has a very high overhead cost per cluster. That's the only reason I bothered learning kOps and Terraform.
by gunshowmo 5y ago
GKE in particular has a very high overhead cost per cluster. That's the only reason I bothered learning kOps and Terraform.
- dilyevsky 5y agoThat is incorrect. It costs $75/mo and they give you that as credit. Also why use gke if you’re trying to learn kubernetes? Single instance kubeadm cluster is perfectly fine for that purpose (even better)
- throwaway894345 5y agoIf you roll your own cluster without GKE, I believe you have to configure your own load balancers, ingress controllers, etc. Having some of that ready to go out of the box allows you to learn Kubernetes concepts more gradually.