Deploying Servers
Before you beginBefore you deploy any server, perform the following steps:
- Set all the mandatory properties in the
configuration.properties
anddeployment.properties
files. - Build and push the Docker images to the Docker repository. For more information, see the Building BusinessConnect Container Edition Component’s Docker Images topic in the TIBCO BusinessConnect™ Container Edition Installation and Deployment.
- If you are using MySQL 5.7.x or above versions; then in the
my.ini
file under [mysqld] section, you must addskip_ssl
and setmax_connections
to 10000,max_connect_errors
to 2000,default-time-zone
to '-05:00',ssl
to 0, andmax_allowed_packet
to 1024M. - Deploy AuditSafe Services. For more information, see 'Deploying AuditSafe Services' topic in the TIBCO® Auditsafe Installation guide.
Note: You can find the property files in the config folders of Installation and Deployment packages.
You can deploy servers onto the Kubernetes cluster by using the deployment script in the following sequence:
- ConfigStore Management and Admin Servers
- Poller and Interior Servers
- Gateway Server
However, based on a requirement you can skip the deployment of server/s by entering n
in the console when you run the deployment script.
Subtopics