Google Kubernetes Engine vs. Kubernetes

Overview
ProductRatingMost Used ByProduct SummaryStarting Price
Google Kubernetes Engine
Score 9.1 out of 10
N/A
Google Kubernetes Engine supplies containerized application management powered by Kubernetes which includes Google Cloud services including load balancing, automatic scaling and upgrade, and other Google Cloud services.
$0.04
vCPU-hr Autopilot Mode
Kubernetes
Score 8.9 out of 10
N/A
Kubernetes is an open-source container cluster manager.N/A
Pricing
Google Kubernetes EngineKubernetes
Editions & Modules
Autopilot Mode - 3 year commitment price (USD)
$0
GKE Autopilot Ephemeral Storage Price GB-hr
Autopilot Mode - 1 year commitment price (USD)
$0.0000438
GKE Autopilot Ephemeral Storage Price GB-hr
Autopilot Mode - Regular Price
$0.0000548
GKE Autopilot Ephemeral Storage Price GB-hr
Autopilot Mode - Spot Price
$0.0000548
GKE Autopilot Ephemeral Storage Price GB-hr
Autopilot Mode - Spot Price
$0.0014767
GKE Autopilot Pod Memory Price GB-hr
Autopilot Mode - 3 year commitment price (USD)
$0
GKE Autopilot Pod Memory Price GB-hr
Autopilot Mode - 1 year commitment price (USD)
$0.0039380
GKE Autopilot Pod Memory Price GB-hr
Autopilot Mode - Regular Price
$0.0049225
GKE Autopilot Price GB-hr
Autopilot Mode - Spot Price
$0.0133
GKE Autopilot vCPU Price vCPU-hr
Autopilot Mode - 3 year commitment price (USD)
$0.02
GKE Autopilot vCPU Price vCPU-hr
Autopilot Mode - 1 year commitment price (USD)
$0.0356000
GKE Autopilot vCPU Price vCPU-hr
Autopilot Mode - Regular Price
$0.0445
vCPU Price vCPU-hr
Standard Mode
$0.10
per hour
Cluster Management
$0.10
per cluster per hour
Cluster Management
$74.40 monthly credit
per month per hour
Standard Mode - Free Version
Free
per hour
No answers on this topic
Offerings
Pricing Offerings
Google Kubernetes EngineKubernetes
Free Trial
YesNo
Free/Freemium Version
YesNo
Premium Consulting/Integration Services
NoNo
Entry-level Setup FeeNo setup feeNo setup fee
Additional Details
More Pricing Information
Community Pulse
Google Kubernetes EngineKubernetes
Considered Both Products
Google Kubernetes Engine
Chose Google Kubernetes Engine
Our organization went with Google's Kubernetes Engine because we are already significantly invested in the Google Cloud Platform. In our evaluation of Amazon's Elastic Kubernetes Service we were turned off by recent concerns about Amazon becoming overly dominant in the cloud …
Chose Google Kubernetes Engine
GKE spins up new nodes a LOT faster than AKS. GKE's auto scaler runs a lot smoother than AKS. GKE has a lot more Kubernetes features baked in natively.
Chose Google Kubernetes Engine
We had to move several products to Google Cloud, and the Google Kubernetes Engine was the option recommended to us, so we investigated it and ran with it. Back then (2019), we were not aware of Cloud Run-provisioned K8s clusters, so our other option was a completely …
Chose Google Kubernetes Engine
In comparison to functionality with EKS and AKS, it has a better upgrade path and the price is lower. Not sure why flannel is the primary overlay network provider but network policies are supported as well.
Kubernetes

No answer on this topic

Top Pros
Top Cons
Features
Google Kubernetes EngineKubernetes
Container Management
Comparison of Container Management features of Product A and Product B
Google Kubernetes Engine
-
Ratings
Kubernetes
7.8
1 Ratings
1% below category average
Security and Isolation00 Ratings10.01 Ratings
Container Orchestration00 Ratings7.01 Ratings
Cluster Management00 Ratings9.01 Ratings
Storage Management00 Ratings9.01 Ratings
Resource Allocation and Optimization00 Ratings8.01 Ratings
Discovery Tools00 Ratings5.01 Ratings
Update Rollouts and Rollbacks00 Ratings5.01 Ratings
Analytics, Monitoring, and Logging00 Ratings9.01 Ratings
Best Alternatives
Google Kubernetes EngineKubernetes
Small Businesses
Portainer
Portainer
Score 9.3 out of 10
Portainer
Portainer
Score 9.3 out of 10
Medium-sized Companies
IBM Cloud Kubernetes Service
IBM Cloud Kubernetes Service
Score 9.2 out of 10
IBM Cloud Kubernetes Service
IBM Cloud Kubernetes Service
Score 9.2 out of 10
Enterprises
IBM Cloud Kubernetes Service
IBM Cloud Kubernetes Service
Score 9.2 out of 10
IBM Cloud Kubernetes Service
IBM Cloud Kubernetes Service
Score 9.2 out of 10
All AlternativesView all alternativesView all alternatives
User Ratings
Google Kubernetes EngineKubernetes
Likelihood to Recommend
9.0
(7 ratings)
8.9
(16 ratings)
Usability
9.0
(3 ratings)
-
(0 ratings)
Support Rating
9.0
(5 ratings)
-
(0 ratings)
Professional Services
9.0
(1 ratings)
-
(0 ratings)
User Testimonials
Google Kubernetes EngineKubernetes
Likelihood to Recommend
Google
The Google Kubernetes Engine clusters are very good at being a managed cloud K8s platform - lots of documentation, features, and updates are available. It's also newbie-friendly - for both administrators and developers. Unfortunately, currently, it cannot reach true zero scale - thus, costs (rent for the service) are still involved even if you are barely using it. Thankfully, it's possible to have alternatives in Google Cloud:
  • Your own K8s cluster on Compute Engine VMs - you manage it completely; it will have access to a lot of Google Cloud services.
  • Cloud Run cluster - less documented but more flexible
  • Anthos clusters - you can use this service for a lot of types of K8s clusters - Google Kubernetes Engine, Cloud Run, on-prem, AWS, Azure
Read full review
Kubernetes
K8s should be avoided - If your application works well without being converted into microservices-based architecture & fits correctly in a VM, needs less scaling, have a fixed traffic pattern then it is better to keep away from Kubernetes. Otherwise, the operational challenges & technical expertise will add a lot to the OPEX. Also, if you're the one who thinks that containers consume fewer resources as compared to VMs then this is not true. As soon as you convert your application to a microservice-based architecture, a lot of components will add up, shooting your resource consumption even higher than VMs so, please beware. Kubernetes is a good choice - When the application needs quick scaling, is already in microservice-based architecture, has no fixed traffic pattern, most of the employees already have desired skills.
Read full review
Pros
Google
  • Deployment of a new GKE cluster is really fast in comparison to other cloud providers.
  • GCP is ahead other vendors and always provide the most up to date Kubernetes version.
  • GKE automation for master upgrade and the worker nodes pool works really well.
Read full review
Kubernetes
  • Complex cluster management can be done with simple commands with strong authentication and authorization schemes
  • Exhaustive documentation and open community smoothens the learning process
  • As a user a few concepts like pod, deployment and service are sufficient to go a long way
Read full review
Cons
Google
  • Not as intuitive as it could be
  • Documentation could be better, especially for people using other Google Cloud tools
  • Not the preferred Kubernetes Engine for many apps
Read full review
Kubernetes
  • Local development, Kubernetes does tend to be a bit complicated and unnecessary in environments where all development is done locally.
  • The need for add-ons, Helm is almost required when running Kubernetes. This brings a whole new tool to manage and learn before a developer can really start to use Kubernetes effectively.
  • Finicy configmap schemes. Kubernetes configmaps often have environment breaking hangups. The fail safes surrounding configmaps are sadly lacking.
Read full review
Usability
Google
  • Google Kubernetes Engine has a good UI and documentation that facilitates setup and helps get projects moving along quickly
  • Its built-in logging integrations with StackDriver make it easier to monitor the application and log issues quickly
  • Automated orchestration, deployment, and scaling of nodes and networking are all easily configurable with yaml files
Read full review
Kubernetes
No answers on this topic
Support Rating
Google
Very good Kubernetes distribution with a reasonable total price. Integration with storage and load balancer for ingress and services speed up every process deployment.
Read full review
Kubernetes
No answers on this topic
Alternatives Considered
Google
GKE spins up new nodes a LOT faster than AKS. GKE's auto scaler runs a lot smoother than AKS. GKE has a lot more Kubernetes features baked in natively.
Read full review
Kubernetes
Most of the required features for any orchestration tool or framework, which is provided by Kubernetes. After understanding all modules and features of the K8S, it is the best fit for us as compared with others out there.
Read full review
Professional Services
Google
  • When issues came up, we reached out to some folks at GCP and they seemed to be very prompt and attentive to our needs. They were always willing to help and provide additional details or recommendations or links to resources. This kind of support is very helpful as it allows us to navigate GKE with more confidence.
Read full review
Kubernetes
No answers on this topic
Return on Investment
Google
  • Positive: Allowed us to start and produce working software regardless of our experience level.
  • Positive: Integration with other Google Cloud services that we wanted to use anyway.
  • Negative: It's kinda clunky, and some scenarios seem Google Kubernetes Engine-specific instead of being more integrated with other Google Cloud services or the web UI.
Read full review
Kubernetes
  • Because of microservices, Kubernetes makes it easy to find the cost of each application easily.
  • Like every new technology, initially, it took more resources to educate ourselves but over a period of time, I believe it's going to be worth it.
Read full review
ScreenShots