IBM Cloud Private Knowledge Sharing
In this section we group assets related to ICP in the CASE organization.
Table of Contents
- Value Proposition
- Kubernetes personal summary
- Community Edition installation (for your own development environment)
- Enterprise Edition Installation
- Deployment tutorials
- ISTIO service mesh
- FAQ
- CLI command summary
- Troubleshooting
- ICP Further Readings Get an exhaustive view of the things you need to read.
Value propositions
Value proposition for container
Just to recall the value of using container for the cognitive application are the following: Docker ensures consistent environments from development to production. Docker containers are configured to maintain all configurations and dependencies internally. Docker containers allows you to commit changes to your Docker images and version control them. It is very easy to rollback to a previous version of your Docker image. This whole process can be tested in a few minutes. Docker is fast, allowing you to quickly make replications and achieve redundancy. Isolation: Docker makes sure each container has its own resources that are isolated from other containers Removing an app/ container is easy and won’t leave any temporary or configuration files on your host OS. Docker ensures that applications that are running on containers are completely segregated and isolated from each other, granting you complete control over traffic flow and management
Value proposition for Kubernetes
Kubernetes is an open source system for automating the deployment, scaling, and management of containerized apps. high availability 24/7 Deploy new version multiple times a day Standard use of container for apps and business services Allocates resources and tools when applications need them to work Single-tenant Kubernetes clusters with compute, network and storage infrastructure isolation Automatic scaling of apps Use the cluster dashboard to quickly see and manage the health of your cluster, worker nodes, and container deployments. Automatic re-creation of containers in case of failures
Value proposition for IBM Cloud Private
The goal is to match the power of public cloud platform with the security and control of your firewall. Based on Kubernetes it offers the same benefits of kubernetes and adds more services and integration with on-premise data sources and services. Most of IBM leading middleware products can run on ICP. ICP helps developers and operations team to optimize legacy application with cloud-enabled middleware, open the data center to work with cloud services using hybrid integration, and create new cloud-native applications using devops tools and polyglot programming languages. See the IBM ICP product page
Deployments
- Deploy the hybrid cloud integration ( e.g. 'browncompute') solution
- Deploying a CASE Portal web app developed with Angular and package with its BFF server side
- Deploying a Customer churn web app developed with Angular and package with its BFF server side
- Deploy the data access layer app done with JAXRS and packaged with WebSphere Liberty on ICP
- Deploy IBM Integration Bus on ICP
- Deploy API Connect 2018.* on ICP
- Deploy Operational Decision Management
- Deploy Kafka on ICP
- Deploy IBM Event Stream (Based on Kafka) on ICP
- Deploy Cassandra on ICP
- Deploy Data Science Experience on ICP
- Deploy Db2 Warehouse Developer Edition to IBM Cloud Private
- Deploy Mongo DB on ICP
- Deploy Asset management microservice deployment
- Deploy Asset Kafka consumer and injector to Cassandra
- Deploy Dashboard backend for frontend