Skip to content

Certified Kubernetes Support for IBM Digital Business Automation for MultiCloud

License

Notifications You must be signed in to change notification settings

TiloGit/cert-kubernetes

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

1 Commit
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

IBM Digital Business Automation for Multicloud 18.0.2 on Certified Kubernetes

Introduction

For information about Digital Business Automation for Multicloud 18.0.2, see IBM Knowledge Center.

The installation of Digital Business Automation for Multicloud products uses Helm charts and Tiller or Kubernetes YAML files. The charts are packages of preconfigured Kubernetes resources that bootstrap a deployment on a Kubernetes cluster. You customize the deployment by changing and adding configuration parameters.

Installation is supported only on a Certified Kubernetes platform. There are dozens of Certified Kubernetes offerings and more coming to market each year. Cloud Native Computing Foundation (CNCF) has created a Certified Kubernetes Conformance Program, in which most of the leading vendors and cloud computing providers have Certified Kubernetes offerings. Use the following link to determine whether the vendor and/or platform is certified by CNCF https://landscape.cncf.io/category=platform. For more information about nonqualified platforms, see the support statement for Certified Kubernetes.

Note: Do not use these instructions to install the products on IBM Cloud Private. For more information, see Installing products on IBM Cloud Private.

Legal Notice

Legal notice for users of this repository legal-noice.md.

Step 1: Prepare your environment

Before you install any of the containerized products, go to the IBM Digital Business Automation for MultiCloud 18.0.x Knowledge Center and follow the instructions on preparing your environment.

Step 2: Download a product package from PPA and load the images

IBM Passport Advantage (PPA) provides a separate archive (.tgz) for each product. Download one or more PPA packages, and then run the loadimages.sh script to load the images into your Docker registry.

  1. Download one or more PPA packages to a server that is connected to your Docker registry.

  2. Download the loadimages.sh script from GitHub.

  3. Login to the specified Docker registry with the docker login command.

  4. Run the loadimages.sh script and specify the two mandatory parameters in the command line.

    Note: The docker-registry value depends on the platform that you are using.

    -p  PPA archive files location or archive filename
    -r  Target Docker registry and namespace
    -l  Optional: Target a local registry
    

    The following example shows the input values in the command line.

    # scripts/loadimages.sh -p /Downloads/PPA/ImageArchive.tgz -r docker-registry.default.svc:5000/demo-project
    

    The script extracts the archives from the PPA packages found in the specified location, then loads and tags the images in the target Docker registry. The script does not save the image archive files to disk. To save disk space and faster data processing it uses the memory cache.

Step 3: Go to a product folder and follow the instructions

The repository includes one folder for each product.

Folder Product name Version
BAI IBM Business Automation Insights 18.0.2
CONTENT IBM FileNet Content Manager 5.5.2
NAVIGATOR IBM Digital Business Navigator 3.0.5
ODM IBM Operational Decision Manager 8.10.1

Each product folder contains subfolders, which contain instructions and resources to install the Helm charts. The following diagram shows the structure of the repository.

You can install the products on a certified Kubernetes platform with the Helm command line interface (CLI) or the kubectl command line interface (CLI). Use the following links to go to the instructions for the product that you want to install.

About

Certified Kubernetes Support for IBM Digital Business Automation for MultiCloud

Resources

License

Stars

Watchers

Forks

Packages

No packages published

Languages