Book Image

IBM Cloud Pak for Data

By : Hemanth Manda, Sriram Srinivasan, Deepak Rangarao
3 (1)
Book Image

IBM Cloud Pak for Data

3 (1)
By: Hemanth Manda, Sriram Srinivasan, Deepak Rangarao

Overview of this book

Cloud Pak for Data is IBM's modern data and AI platform that includes strategic offerings from its data and AI portfolio delivered in a cloud-native fashion with the flexibility of deployment on any cloud. The platform offers a unique approach to addressing modern challenges with an integrated mix of proprietary, open-source, and third-party services. You'll begin by getting to grips with key concepts in modern data management and artificial intelligence (AI), reviewing real-life use cases, and developing an appreciation of the AI Ladder principle. Once you've gotten to grips with the basics, you will explore how Cloud Pak for Data helps in the elegant implementation of the AI Ladder practice to collect, organize, analyze, and infuse data and trustworthy AI across your business. As you advance, you'll discover the capabilities of the platform and extension services, including how they are packaged and priced. With the help of examples present throughout the book, you will gain a deep understanding of the platform, from its rich capabilities and technical architecture to its ecosystem and key go-to-market aspects. By the end of this IBM book, you'll be able to apply IBM Cloud Pak for Data's prescriptive practices and leverage its capabilities to build a trusted data foundation and accelerate AI adoption in your enterprise.
Table of Contents (17 chapters)
1
Section 1: The Basics
4
Section 2: Product Capabilities
11
Section 3: Technical Details

Red Hat OpenShift

OpenShift is a platform that allows enterprises to run containerized applications and workloads and is powered by Kubernetes under the covers. At its core, OpenShift is underpinned by open source software contributed by a wide community of developers and committers. As a result, there are different flavors of OpenShift available on the market. The open source project that actually powers OpenShift is called Origin Kubernetes Distribution (OKD) and you can start with that for free. OpenShift Container Platform, on the other hand, is Red Hat's commercial version and it comes with Red Hat support and enables your applications and workloads to be deployed on any public or private cloud.

What is Kubernetes?

Applications these days are increasingly built as discrete functional parts, each of which can be delivered as a container. This enables abstraction, agile development, and scalable deployments. However, it also means that for every application, there are...