TrustRadius: an HG Insights company

Save this comparison

Save this comparison

Add Product

Recommended Comparisons

    Overview
    ProductRatingMost Used ByProduct SummaryStarting Price

    Google App Engine

    Score8.4 out of 10
    N/AGoogle App Engine is Google Cloud's platform-as-a-service offering. It features pay-per-use pricing and support for a broad array of programming languages.

    $0.05

    Per Hour Per Instance

    Mirantis Kubernetes Engine

    Score8 out of 10
    N/AThe Mirantis Kubernetes Engine (formerly Docker Enterprise, acquired by Mirantis in November 2019)aims to let users ship code faster. Mirantis Kubernetes Engine gives users one set of APIs and tools to deploy, manage, and observe secure-by-default, certified, batteries-included Kubernetes clusters on any infrastructure: public cloud, private cloud, or bare metal.

    $500

    per year per node

    Pricing
    Google App EngineMirantis Kubernetes Engine
    Editions & Modules
    Starting Price
    $0.05
    Per Hour Per Instance
    Max Price
    $0.30
    Per Hour Per Instance
    Free
    $0.00
    per year
    Basic
    $500.00
    per year
    Offerings
    Pricing Offerings
    Google App EngineMirantis Kubernetes Engine
    Free Trial
    NoYes
    Free/Freemium Version
    YesYes
    Premium Consulting/Integration Services
    NoNo
    Entry-level Setup FeeNo setup feeNo setup fee
    Additional Details—These pricing options are compatible with Linux or Windows Server and are per year, per node. The basic version requires maximum online purchase not to exceed 50 nodes. Support/professional services are not included.
    More Pricing Information
    Community Pulse
    Google App EngineMirantis Kubernetes Engine
    Considered Both Products
    Google
    No answer on this topic
    Mirantis
    No answer on this topic
    Key User Insights
    Would buy again
    92%
    Would buy again
    12 Answers
    83%
    Would buy again
    5 Answers
    Delivers good value for the price
    100%
    Delivers good value for the price
    13 Answers
    80%
    Delivers good value for the price
    4 Answers
    Happy with the feature set
    92%
    Happy with the feature set
    12 Answers
    100%
    Happy with the feature set
    6 Answers
    Lived up to sales and marketing promises
    100%
    Lived up to sales and marketing promises
    10 Answers
    100%
    Lived up to sales and marketing promises
    5 Answers
    Implementation went as expected
    92%
    Implementation went as expected
    12 Answers
    No answers on this topic
    Features
    Google App EngineMirantis Kubernetes Engine
    Platform-as-a-Service
    Comparison of Platform-as-a-Service features of Google App Engine and Mirantis Kubernetes Engine
    Feature
    Google App Engine
    9.5
    32 Ratings
    20% above category average
    Mirantis Kubernetes Engine
    -
    Ratings
    Ease of building user interfaces9.018 Ratings00 Ratings
    Scalability10.032 Ratings00 Ratings
    Platform management overhead9.032 Ratings00 Ratings
    Workflow engine capability8.024 Ratings00 Ratings
    Platform access control10.031 Ratings00 Ratings
    Services-enabled integration10.028 Ratings00 Ratings
    Development environment creation10.029 Ratings00 Ratings
    Development environment replication10.028 Ratings00 Ratings
    Issue monitoring and notification9.028 Ratings00 Ratings
    Issue recovery9.026 Ratings00 Ratings
    Upgrades and platform fixes10.029 Ratings00 Ratings
    Best Alternatives
    Google App EngineMirantis Kubernetes Engine
    Small Businesses
    IBM Cloud Foundry
    Score8.5 out of 10
    Google Cloud Run
    Score8.7 out of 10
    Medium-sized Companies
    IBM Cloud Private
    Score9.6 out of 10
    Amazon Elastic Container Service (Amazon ECS)
    Score8.6 out of 10
    Enterprises
    AWS Elastic Beanstalk
    Score8.6 out of 10
    SUSE Rancher
    Score9.4 out of 10
    All AlternativesView all alternativesView all alternatives
    User Ratings
    Google App EngineMirantis Kubernetes Engine
    Likelihood to Recommend
    9.0
    (36 ratings)
    8.3
    (37 ratings)
    Likelihood to Renew
    8.3
    (8 ratings)
    9.1
    (1 ratings)
    Usability
    10.0
    (8 ratings)
    8.0
    (2 ratings)
    Performance
    10.0
    (1 ratings)
    -
    (0 ratings)
    Support Rating
    8.4
    (12 ratings)
    7.8
    (3 ratings)
    Implementation Rating
    8.0
    (1 ratings)
    -
    (0 ratings)
    User Testimonials
    Google App EngineMirantis Kubernetes Engine
    Likelihood to Recommend
    Google
    App Engine is such a good resource for our team both internally and externally. You have complete control over your app, how it runs, when it runs, and more while Google handles the back-end, scaling, orchestration, and so on. If you are serving a tool, system, or web page, it's perfect. If you are serving something back-end, like an automation or ETL workflow, you should be a little considerate or careful with how you are structuring that job. For instance, the Standard environment in Google App Engine will present you with a resource limit for your server calls. If your operations are known to take longer than, say, 10 minutes or so, you may be better off moving to the Flexible environment (which may be a little more expensive but certainly a little more powerful and a little less limited) or even moving that workflow to something like Google Compute Engine or another managed service.
    Incentivized
    Read full review
    Mirantis
    [Mirantis Cloud Native Suite (Docker Enterprise)] is the most advanced tool till now, which works as a VMs
    and separates any single application from the dependencies. Also, this tool is
    helping me in the agile development of the processes. It is strongly recommended to
    almost all major organizations.
    Incentivized
    Read full review
    Pros
    Google
    • Quick to develop, quick to deploy. You can be up and running on Google App Engine in no time.
    • Flexible. We use Java for some services and Node.js for others.
    • Great security features. We have been consistently impressed with the security and authentication features of Google App Engine.
    Incentivized
    Read full review
    Mirantis
    • Containers - Docker is the go-to when using Containers, which are super useful if you need an environment that works both for Windows and Linux
    • Efficiency - Docker is very lightweight and doesn't demand too much from your CPU or server
    • CI/CD - Docker is excellent for plumbing into your build pipeline. It integrates nicely, is reliable, and has an easy set up.
    Incentivized
    Read full review
    Cons
    Google
    • There is a slight learning curve to getting used to code on Google App Engine.
    • Google Cloud Datastore is Google's NoSQL database in the cloud that your applications can use. NoSQL databases, by design, cannot give handle complex queries on the data. This means that sometimes you need to think carefully about your data structures - so that you can get the results you need in your code.
    • Setting up billing is a little annoying. It does not seem to save billing information to your account so you can re-use the same information across different Cloud projects. Each project requires you to re-enter all your billing information (if required)
    Incentivized
    Read full review
    Mirantis
    • Containers are often opaque - if a container doesn't work out of the box, it's messy to fix.
    • Logging is complexified by the multiple containers and logs are often not piped to places you expect them to be.
    • Networking is complexified due to internal port mapping between containers, etc.
    Incentivized
    Read full review
    Likelihood to Renew
    Google
    App Engine is a solid choice for deployments to Google Cloud Platform that do not want to move entirely to a Kubernetes-based container architecture using a different Google product. For rapid prototyping of new applications and fairly straightforward web application deployments, we'll continue to leverage the capabilities that App Engine affords us.
    Incentivized
    Read full review
    Mirantis
    No answers on this topic
    Usability
    Google
    I had to revisit the UI after a year of just setting up and forgetting. The UI got some improvements but the amount of navigation we have to go through to setup a new app has increased but also got easier to setup. Gemini now is integrated and make getting answers faster
    Incentivized
    Read full review
    Mirantis
    Docker's CLI has a lot of options, and they aren't all intuitive. And there are so many tools in the space (Docker Compose, Docker Swarm, etc) that have their own configuration as well. So while there is a lot to learn, most concepts transfer easily and can be learned once and applied across everything.
    Incentivized
    Read full review
    Support Rating
    Google
    Good amount of documentation available for Google App Engine and in general there is large developer community around Google App Engine and other products it interacts with. Lastly, Google support is great in general. No issues so far with them.
    Incentivized
    Read full review
    Mirantis
    The community support for Docker is fantastic. There is almost always an answer for any issue I might encounter day-to-day, either on Stack Overflow, a helpful blog post, or the community Slack workspace. I've never come across a problem that I was unable to solve via some searching around in the community.
    Incentivized
    Read full review
    Alternatives Considered
    Google
    We were on another much smaller cloud provider and decided to make the switch for several reasons - stability, breadth of services, and security. In reviewing options, GCP provided the best mixtures of meeting our needs while also balancing the overall cost of the service as compared to the other major players in Azure and AWS.
    Incentivized
    Read full review
    Mirantis
    We've used XAMPP, PHPmyAdmin and similar local environments (our app is on PHP). Because of how easy you can change the configuration of libraries on PHP and versions (which is SO painful on XAMPP or other friendly LAMP local servers) we are using Docker right now. Also, being sure that the environment is exactly the same makes things easier for developing.
    Incentivized
    Read full review
    Return on Investment
    Google
    • Effective employee adoption through ease of use.
    • Effective integration to other java based frameworks.
    • Time to market is very quick. Build, test, deploy and use.
    • The GAE Whitelist for java is an important resource to know what works and what does not. So use it. It would also be nice for Google to expand on items that are allowed on GAE platform.
    Incentivized
    Read full review
    Mirantis
    • Docker has made it possible for us to deploy code faster, increasing the productivity of our development teams.
    • Docker has made it possible for us to decentralize our build and release system. This means that teams can deploy on their own schedule and our dev ops team can concentrate on building better tools rather than deploying for the teams
    • Docker has allowed us to virtualize our entire development process and made it much simpler to build out new data centers. This, in turn, is significantly increasing our ROI by providing a path forward for internationalization.
    Incentivized
    Read full review
    ScreenShots