Configuring Kubernetes Containers for TIBCO MDM

The YAML configuration files contain the configuration details for deployment.

For more information about the Kubernetes concepts, see Kubernetes Documentation.
Before you beginFor information about the YAML file configurations of TIBCO MDM cluster components, see TIBCO MDM Cluster Container Components YAML Files.
    Procedure
  1. Create the following Kubernetes objects that are required for deploying TIBCO MDM cluster. These objects include required Kubernetes objects and services for the cluster:
    • Namespace
    • Rolebinding
    • Config Map
    • Secret
    • Kubernetes objects for TIBCO MDM, TIBCO MDM Configurator, Apache Ignite, Apache ActiveMQ, and statefulset objects for TIBCO Patterns.
    • Services for TIBCO MDM UI, TIBCO MDM Configurator UI, Apache ActiveMQ UI, and headless services for TIBCO MDM, Apache Ignite, TIBCO Pattern - Search, and Apache ActiveMQ.
  2. On the command line, using the kubectl create command, deploy TIBCO MDM Cluster components using YAML files. For details, see the DeploymentInstructions.txt file in docker/k8s_deployment.
ResultKubernetes containers are successfully created.