Configuring Kubernetes Containers for TIBCO PSC
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 PSC cluster components, see
TIBCO PSC Cluster Container Components YAML Files.
- Procedure
- Create the following Kubernetes objects that are required for deploying the TIBCO PSC cluster. These objects include required Kubernetes objects and services for the cluster:
- Namespace
- Rolebinding
- Config Maps
- Secrets
- Kubernetes objects for TIBCO PSC, TIBCO PSC Configurator, Apache Ignite, and PSC OPD.
- Services for TIBCO PSC UI, TIBCO PSC Configurator UI, PSC OPD UI, and headless services for TIBCO PSC, Apache Ignite.
- On the command line, using the
kubectl create
command, deploy the TIBCO PSC Cluster components using YAML files. For details, see theDeploymentInstructions.txt
file indocker/k8s_deployment
.
ResultKubernetes deployments and services are successfully created.