TrustRadius: an HG Insights company

Save this comparison

Save this comparison

Add Product

Recommended Comparisons

    Overview
    ProductRatingMost Used ByProduct SummaryStarting Price

    IBM Cloud Kubernetes Service

    Score8 out of 10
    Mid-Size Companies (51-1,000 employees)
    IBM Cloud Kubernetes Service is a managed Kubernetes offering, delivering user tools and built-in security for rapid delivery of applications that users can bind to cloud services related to IBM Watson®, IoT, DevOps and data analytics. As a certified K8s provider, IBM Cloud Kubernetes Service provides intelligent scheduling, self-healing, horizontal scaling, service discovery and load balancing, automated rollouts and rollbacks, and secret and configuration management. The Kubernetes…N/A

    TensorFlow

    Score7.6 out of 10
    N/ATensorFlow is an open-source machine learning software library for numerical computation using data flow graphs. It was originally developed by Google.N/A
    Pricing
    IBM Cloud Kubernetes ServiceTensorFlow
    Editions & Modules
    No answers on this topic
    No answers on this topic
    Offerings
    Pricing Offerings
    IBM Cloud Kubernetes ServiceTensorFlow
    Free Trial
    NoNo
    Free/Freemium Version
    YesNo
    Premium Consulting/Integration Services
    YesNo
    Entry-level Setup FeeOptionalNo setup fee
    Additional Details——
    More Pricing Information
    Community Pulse
    IBM Cloud Kubernetes ServiceTensorFlow
    Considered Both Products
    IBM
    No answer on this topic
    Open Source
    No answer on this topic
    Key User Insights
    Would buy again
    96%
    Would buy again
    27 Answers
    No answers on this topic
    Delivers good value for the price
    100%
    Delivers good value for the price
    25 Answers
    No answers on this topic
    Happy with the feature set
    100%
    Happy with the feature set
    28 Answers
    No answers on this topic
    Lived up to sales and marketing promises
    100%
    Lived up to sales and marketing promises
    19 Answers
    No answers on this topic
    Implementation went as expected
    100%
    Implementation went as expected
    26 Answers
    No answers on this topic
    Features
    IBM Cloud Kubernetes ServiceTensorFlow
    Container Management
    Comparison of Container Management features of IBM Cloud Kubernetes Service and TensorFlow
    Feature
    IBM Cloud Kubernetes Service
    8.1
    20 Ratings
    1% below category average
    TensorFlow
    -
    Ratings
    Security and Isolation8.120 Ratings00 Ratings
    Container Orchestration8.520 Ratings00 Ratings
    Cluster Management7.820 Ratings00 Ratings
    Storage Management8.020 Ratings00 Ratings
    Resource Allocation and Optimization8.020 Ratings00 Ratings
    Discovery Tools7.819 Ratings00 Ratings
    Update Rollouts and Rollbacks7.720 Ratings00 Ratings
    Self-Healing and Recovery8.418 Ratings00 Ratings
    Analytics, Monitoring, and Logging8.220 Ratings00 Ratings
    Best Alternatives
    IBM Cloud Kubernetes ServiceTensorFlow
    Small Businesses
    Mirantis Kubernetes Engine
    Score8 out of 10
    Google Cloud AI
    Score8.7 out of 10
    Medium-sized Companies
    Amazon Elastic Container Service (Amazon ECS)
    Score8.6 out of 10
    Google Cloud AI
    Score8.7 out of 10
    Enterprises
    SUSE Rancher
    Score9.4 out of 10
    Google Cloud AI
    Score8.7 out of 10
    All AlternativesView all alternativesView all alternatives
    User Ratings
    IBM Cloud Kubernetes ServiceTensorFlow
    Likelihood to Recommend
    8.0
    (86 ratings)
    6.0
    (15 ratings)
    Likelihood to Renew
    8.9
    (16 ratings)
    -
    (0 ratings)
    Usability
    8.7
    (16 ratings)
    9.0
    (1 ratings)
    Availability
    9.1
    (1 ratings)
    -
    (0 ratings)
    Performance
    9.1
    (1 ratings)
    -
    (0 ratings)
    Support Rating
    7.7
    (4 ratings)
    9.1
    (2 ratings)
    Online Training
    8.7
    (15 ratings)
    -
    (0 ratings)
    Implementation Rating
    7.6
    (3 ratings)
    8.0
    (1 ratings)
    Product Scalability
    1.0
    (1 ratings)
    -
    (0 ratings)
    User Testimonials
    IBM Cloud Kubernetes ServiceTensorFlow
    Likelihood to Recommend
    IBM
    IBM Cloud Kubernetes Service also stands out in environments where the workloads vary continuously and require befitting scale. The product excels particularly in microservices structures, wherein the companies would harness the capacity for container orchestration and automated scaling. Still, it may face the challenges due to monolith applications that have not been originally developed for using container technology.
    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).
    Incentivized
    Read full review
    Pros
    IBM
    • IBM has a strong focus on serverless and Kubernetes. This shows in the platform. Deploying containers to Kubernetes was very easy.
    • Deploying a Kubernetes cluster through the GUI is very easy and quick. On top of that, IBM Cloud offers a single node cluster for Free.
    • Container Registry is a very good product for managing container images. Integration with Kubernetes was seemless.
    • Portability. To transition from Google Cloud Kubernetes to IBM Cloud Kubernetes took almost no effort. We mostly use the CLI and the standard tools such as kubectl were present.
    Incentivized
    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.
    Incentivized
    Read full review
    Cons
    IBM
    • I constantly get this error even when everything is well configured prefect.exceptions.AuthorizationError: [{'path': ['auth_info'], 'message': 'AuthenticationError: Forbidden', 'extensions': {'code': 'UNAUTHENTICATED'}}]
    • Then sometimes the error disapear without changine anything, happened twice to me. Should there be an issue with the authentication service? Please let's improve or let users know why this may be happening.
    • Improve the UX in the browse console when removing many images at once
    • UX on the process of installing KeyCloack operator
    Incentivized
    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
    Likelihood to Renew
    IBM
    We have our application running on a CentOS compartment on IBM Cloud Kubernetes Service. We have been utilizing the help since IBM Cloud initially dispatched. We liked the adaptability and versatility that IBM Cloud Kubernetes Service give us. Since we are tiny, the Kubernetes administration is just utilized at present inside my venture bunch.
    Incentivized
    Read full review
    Open Source
    No answers on this topic
    Usability
    IBM
    We actually haven't had any real problems in our clusters recently and the results we have gotten from adopting IBM Cloud Kubernetes Service have been beyond even our greatest expectations. The community has helped optimize the use of the system and make it relatively simpler to use.
    Incentivized
    Read full review
    Open Source
    Support of multiple components and ease of development.
    Incentivized
    Read full review
    Reliability and Availability
    IBM
    IBM's cloud is almost infallible.
    Incentivized
    Read full review
    Open Source
    No answers on this topic
    Performance
    IBM
    IBM's cloud has a site in my conuntry (MEXICO) so the network latency was almost 0
    Incentivized
    Read full review
    Open Source
    No answers on this topic
    Support Rating
    IBM
    The self-guided support was solid, and there are plenty of online videos to guide first time users, but I think one area of improvement is a faster way to transfer a large quantity of files from our local machine to the cloud for storage (Aspera)
    Incentivized
    Read full review
    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.
    Incentivized
    Read full review
    Online Training
    IBM
    Online training is really an important resource for using these tools. IBM's help center is rich in useful information and tips. Also, external guides and tutorials are available (e.g. on youtube), but I followed only IBM ones and I had no difficulties.
    Incentivized
    Read full review
    Open Source
    No answers on this topic
    Implementation Rating
    IBM
    Ease of use. Very intuitive. We have been looking for a product that allows us to orchestrate our docker containers in a way where it allows us to effectively scale our applications to production. It also provides us a way of monitoring all our infrastructure in a very clear concise way.
    Incentivized
    Read full review
    Open Source
    Use of cloud for better execution power is recommended.
    Incentivized
    Read full review
    Alternatives Considered
    IBM
    We mainly selected [IBM Cloud Kubernetes Service] because IBM fabric blockchain service is mostly compatible with it. To have all the infrastructure in a single cloud to get the best output we selected the [IBM Cloud Kubernetes Service].
    Incentivized
    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
    Incentivized
    Read full review
    Scalability
    IBM
    IBM's CKS does not offers automatic autoscaling nor vertical scaling (automatic). Other services like Google Kubernetes Engine scales up and down very well
    Incentivized
    Read full review
    Open Source
    No answers on this topic
    Return on Investment
    IBM
    • Increased development speed and agility allows to build features faster and more economically.
    • Improved resource utilization helps keep applications running very efficiently, which saves on cloud service expenses.
    • Scalability and resilience allows for scaling up or down based on demand, which keeps applications running efficiently and more economically.
    Incentivized
    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.
    Incentivized
    Read full review
    ScreenShots