Skip to main content
Feedback

Deploying Local Edition Using Helm Charts

Local Edition is deployed on Kubernetes or OpenShift using Helm Charts.

Before deploying the application, verify that the required resources are available and are accessible. For more information, see Prerequisites and Preinstallation Checklist.

Local Edition is stateless and can spread across availability zones (AZ). Based on your organizational IT policies, configure the pods for:

Pods and Images (introduced in v6.1.0)

important

This section was added in the Boomi Cloud API Management – Local Edition (LE) 6.1.0 release.

Image namePodname/Container nameNotes
fluent/fluent-bitAll replica sets (trafficmanager, platformapi, ConfigUI, cache, loader)This is optional. Users can choose not to include it by setting includeFluentBitContainer to false.
distrolessAll other replica/deployment pod containers use this as a base image.
apim-jre-baseAll Java container images use this as a base.
apim-le-trafficmanagertrafficmanager-deploy/trafficmanager
apim-le-platformapiplatformapi-deploy/platformapi
apim-le-loaderloader-deploy/loader
apim-le-cachecache-deploy/cache
apim-le-configuiconfigui-deploy/configui
apim-le-loader-cronloader-job-delta
loader-job-full
postInstallDataLoad-job
apim-le-toolkitpreInstallDataPrep-job
postUpgradeDataLoad-job
Ephemeral/Debug containers

Steps to deploy the application

warning

This guidance was introduced in Boomi Cloud API Management - Local Edition (LE) 6.1.0 release:

When deploying the application in OpenShift, create a new project and deploy the application in that project. Do not use the default project, as it has multiple restrictions on resource management. Refer to Openshift Deployment for more information.

  1. Depending on which LE 6.x version you are using, provide values using the overrides file or by editing values.yaml. We recommend using the overrides file.

    Refer to the following values.yaml files in:

    Edit values.yaml and provide the configuration in:

  2. Customize the Fluent Bit template as per your observability requirements.

  3. Deploy the application using Helm.

  4. Verify that the application is ready.

On this Page