Amazon Elastic Kubernetes Service (EKS) vs. TensorFlow

Overview
ProductRatingMost Used ByProduct SummaryStarting Price
Amazon EKS
Score 8.8 out of 10
N/A
Amazon Elastic Kubernetes Service (Amazon EKS) is a managed container service to run and scale Kubernetes applications in the cloud or on-premises, available on AWS or on-premise through Amazon EKS Anywhere.
$0.10
per month
TensorFlow
Score 7.7 out of 10
N/A
TensorFlow is an open-source machine learning software library for numerical computation using data flow graphs. It was originally developed by Google.N/A
Pricing
Amazon Elastic Kubernetes Service (EKS)TensorFlow
Editions & Modules
Amazon EKS Cluster
$.10
per hour of each cluster created
No answers on this topic
Offerings
Pricing Offerings
Amazon EKSTensorFlow
Free Trial
NoNo
Free/Freemium Version
NoNo
Premium Consulting/Integration Services
NoNo
Entry-level Setup FeeNo setup feeNo setup fee
Additional Details
More Pricing Information
Community Pulse
Amazon Elastic Kubernetes Service (EKS)TensorFlow
Features
Amazon Elastic Kubernetes Service (EKS)TensorFlow
Container Management
Comparison of Container Management features of Product A and Product B
Amazon Elastic Kubernetes Service (EKS)
8.9
1 Ratings
9% above category average
TensorFlow
-
Ratings
Security and Isolation9.01 Ratings00 Ratings
Container Orchestration8.01 Ratings00 Ratings
Cluster Management8.01 Ratings00 Ratings
Storage Management9.01 Ratings00 Ratings
Resource Allocation and Optimization9.01 Ratings00 Ratings
Discovery Tools8.01 Ratings00 Ratings
Update Rollouts and Rollbacks9.01 Ratings00 Ratings
Self-Healing and Recovery10.01 Ratings00 Ratings
Analytics, Monitoring, and Logging10.01 Ratings00 Ratings
Best Alternatives
Amazon Elastic Kubernetes Service (EKS)TensorFlow
Small Businesses
Portainer
Portainer
Score 9.0 out of 10
InterSystems IRIS
InterSystems IRIS
Score 7.9 out of 10
Medium-sized Companies
Red Hat OpenShift
Red Hat OpenShift
Score 9.2 out of 10
Posit
Posit
Score 10.0 out of 10
Enterprises
Red Hat OpenShift
Red Hat OpenShift
Score 9.2 out of 10
Posit
Posit
Score 10.0 out of 10
All AlternativesView all alternativesView all alternatives
User Ratings
Amazon Elastic Kubernetes Service (EKS)TensorFlow
Likelihood to Recommend
10.0
(2 ratings)
6.0
(15 ratings)
Usability
9.0
(1 ratings)
9.0
(1 ratings)
Support Rating
-
(0 ratings)
9.1
(2 ratings)
Implementation Rating
-
(0 ratings)
8.0
(1 ratings)
User Testimonials
Amazon Elastic Kubernetes Service (EKS)TensorFlow
Likelihood to Recommend
Amazon AWS
It is well suited when you want to have a Kubernetes cluster in AWS Cloud and want to avoid all the management overhead of maintaining your own cluster in terms of the control plane. EKS seems to be lacking in features when compared with AKS and GKE. Backups, service mesh, and monitoring have a lot of room for improvements.
Read full review
Open Source
TensorFlow is great for most deep learning purposes. This is especially true in two domains: 1. Computer vision: image classification, object detection and image generation via generative adversarial networks 2. Natural language processing: text classification and generation. The good community support often means that a lot of off-the-shelf models can be used to prove a concept or test an idea quickly. That, and Google's promotion of Colab means that ideas can be shared quite freely. Training, visualizing and debugging models is very easy in TensorFlow, compared to other platforms (especially the good old Caffe days). In terms of productionizing, it's a bit of a mixed bag. In our case, most of our feature building is performed via Apache Spark. This means having to convert Parquet (columnar optimized) files to a TensorFlow friendly format i.e., protobufs. The lack of good JVM bindings mean that our projects end up being a mix of Python and Scala. This makes it hard to reuse some of the tooling and support we wrote in Scala. This is where MXNet shines better (though its Scala API could do with more work).
Read full review
Pros
Amazon AWS
  • Upgrade the kubernetes clusters to the latest version with a single click
  • Auto scaling policies to automatically scale the nodes
  • Detailed logs and events on the cluster within the EKS clusters portal, cloudwatch logs and metrics
Read full review
Open Source
  • A vast library of functions for all kinds of tasks - Text, Images, Tabular, Video etc.
  • Amazing community helps developers obtain knowledge faster and get unblocked in this active development space.
  • Integration of high-level libraries like Keras and Estimators make it really simple for a beginner to get started with neural network based models.
Read full review
Cons
Amazon AWS
  • AWSIAM integration with Kubernetes RBAC could be better.
  • Enabling some add-ons like service mesh, and monitoring will be nice instead of having to install them yourself after the creation of the cluster.
  • EKS bootstrap time could be faster ...
Read full review
Open Source
  • RNNs are still a bit lacking, compared to Theano.
  • Cannot handle sequence inputs
  • Theano is perhaps a bit faster and eats up less memory than TensorFlow on a given GPU, perhaps due to element-wise ops. Tensorflow wins for multi-GPU and “compilation” time.
Read full review
Usability
Amazon AWS
Cluster maintanence is reduced, easier to deploy resources, great observability insights
Read full review
Open Source
Support of multiple components and ease of development.
Read full review
Support Rating
Amazon AWS
No answers on this topic
Open Source
Community support for TensorFlow is great. There's a huge community that truly loves the platform and there are many examples of development in TensorFlow. Often, when a new good technique is published, there will be a TensorFlow implementation not long after. This makes it quick to ally the latest techniques from academia straight to production-grade systems. Tooling around TensorFlow is also good. TensorBoard has been such a useful tool, I can't imagine how hard it would be to debug a deep neural network gone wrong without TensorBoard.
Read full review
Implementation Rating
Amazon AWS
No answers on this topic
Open Source
Use of cloud for better execution power is recommended.
Read full review
Alternatives Considered
Amazon AWS
It feels like AWS is behind the EKS race, the only advantage I'm able to see right now is the support of IPv6, however, trying to promote AWS alternatives that are different from the market and more like a vendor locking solutions like ECS/Fargate have kept AWS behind and focusing on the wrong things. EKS needs to really improve its integration with the Kubernetes ecosystem and have an enterprise solution for monitoring, backups, and service mesh.
Read full review
Open Source
Keras is built on top of TensorFlow, but it is much simpler to use and more Python style friendly, so if you don't want to focus on too many details or control and not focus on some advanced features, Keras is one of the best options, but as far as if you want to dig into more, for sure TensorFlow is the right choice
Read full review
Return on Investment
Amazon AWS
  • Good performance of platform without hiccups
  • Less number of people required to manage cluster
  • Easier to deploy new microservices
Read full review
Open Source
  • Learning is s bit difficult takes lot of time.
  • Developing or implementing the whole neural network is time consuming with this, as you have to write everything.
  • Once you have learned this, it make your job very easy of getting the good result.
Read full review
ScreenShots