Single Node, Single Pod Deployment
Single node with a single pod deployment is the simplest way of deploying for TIBCO Fulfillment Catalog inside a container. In this, the Kubernetes Master and Kubernetes Node both run on the same node (physical or virtual).
Advantages of the single node, single pod deployment topology:
- Requires minimum steps to start TIBCO Fulfillment Catalog
- Requires minimal hardware
- Easy to install
- Keeps multiple versions of TIBCO Fulfillment Catalog as Docker images, and starts only the one which is required at the moment
- No interference among different versions of TIBCO Fulfillment Catalog as they have individual environment settings
Limitations of the single node single pod deployment topology:
- Suitable for testing purposes only, as the TIBCO Fulfillment Catalog version of the Docker image cannot be upgraded
- Not scalable
- Greater risk of losing data if the node crashes because of a hardware or software failure
- Difficult to diagnose occurrence of data loss, as no logs are available if the container is deleted
- The entire setup can be lost if the node crashes
Hence, this deployment is recommended only for some testing or demo purposes.
Copyright © Cloud Software Group, Inc. All rights reserved.
