Deploying TIBCO BusinessEvents® Cluster for Shared Nothing Storage on AWS
By using the Kubernetes elements such as the StatefulSets object and dynamic volume provisioning features, you can create TIBCO ActiveSpaces and Shared Nothing deployments.
StatefulSets gives deterministic names to the pods. Along with dynamic volume provisioning, StatefulSets also give deterministic names to
PersistentVolumeClaims (PVC). This ensures that when a particular member of a StatefulSet goes down and comes up again, it attaches itself to the same PVC. For more information about the Kubernetes concepts of StatefulSets, dynamic volume provisioning, and
PersistentVolumeClaims, refer to the Kubernetes documentation at
https://kubernetes.io/docs/concepts/.
Prerequisites
Procedure
Copyright © TIBCO Software Inc. All rights reserved.