Fault Tolerance and Load Balancing
For fault tolerance and load balancing, the Docker based TIBCO BusinessConnect application is run in a Kubernetes cluster.
This Kubernetes has multiple master nodes and worker nodes. To avoid any physical failure of the machine all the BCCE service pods are allowed to run on the different nodes.
When any one of the pods fail, the new pod for the same service is started.
Also, the Kubernetes cluster is enabled with the load balancer for each service, which balances and manages several jobs and congestion caused due these jobs.
Copyright © Cloud Software Group, Inc. All rights reserved.