Skip to main content
Feedback

Quickstart Guide (introduced in v6.2.0)

tip

The Quickstart feature is introduced in the Boomi Cloud API Management – Local Edition 6.2.0 release.

Quickstart is a non-production setup for creating the Boomi Cloud API Management - Local Edition cluster to demonstrate PoCs on your Docker desktops or Docker-enabled desktops and laptops. It uses minikube as a single-node Kubernetes (K8s) cluster.

warning

The quickstart implementation is only for demo or development purposes and must not be used for deployment in QA, staging, pre-production, or post-production environments.

When the quick start script runs, it:

  • Verifies the environment requirements for Docker, Minikube, and Helm.

  • Verifies connectivity to MySQL.

  • Verifies if the tagged version of images exists, else creates new images.

  • Creates truststores to be used by the different pods and containers.

  • Creates required Kubernetes secrets with data inside secrets encrypted using the crypto utility. Refer to Using Local Edition Crypto Utility for more information.

  • Install the application

Architecture

The architecture for quickstart is as follows:

Image

On this Page