Installing the API Connect subsystems

Deploy the API Connect subsystem custom resources.

Before you begin

Attention: API Connect is not supported on a FIPS-enabled environment.

Before you install the subsystems, verify that you completed the following prerequisite tasks:

  1. Obtaining product files
  2. Deploying operators and cert-manager

About this task

Use the CR (custom resource) files to install the Management, Gateway, Analytics, and Portal subsystems for your API Connect cloud. CRs are extensions of the Kubernetes API. API Connect installs its subsystems using individual CRs. One CR is deployed per one managed subsystem. The API Connect operator manages the lifecycle of the subsystem CRs and deploys and manages the microservice for each one.

CR templates are provided in the helper_files archive to install each API Connect subsystem. You uncompressed these files into an installation folder of your choosing in Obtaining product files.

Procedure

Complete each of the following instructions:

  1. Installing the management subsystem.
  2. Installing the gateway subsystem.
  3. Installing the developer portal subsystem.
  4. Installing the analytics subsystem.
  5. When all subsystems are running, verify you can access the API Connect Cloud Manager. Enter the Cloud Manager endpoint URL in your browser.
    Tip:

    You can find your Cloud Manager endpoint URL as follows:

    The property cloudManagerEndpoint is specified in the management CR (management_cr.yaml). When you edited the template, you specified a value for $STACK_HOST:

    cloudManagerEndpoint:
        annotations:
          cert-manager.io/issuer: ingress-issuer
        hosts: 
        - name: admin.$STACK_HOST
          secret: cm-endpoint

    The template URL is https://admin.<STACK_HOST>/admin. The /admin suffix at the end is the name of the Cloud Manager administrator.

    For example, if $STACK_HOST is myhost.subnet.example.com, the Cloud Manager endpoint URL is:

    
    https://admin.myhost.subnet.example.com/admin

    The first time that you access the Cloud Manager user interface, you enter admin for the user name and 7iron-hide for the password. You will be prompted to change the Cloud Administrator password and email address. See Accessing the Cloud Manager user interface.

What to do next

When you have completed the installation of all required API Connect subsystems, you can proceed to defining your API Connect configuration by using the API Connect Cloud Manager; refer to the Cloud Manager configuration checklist.