Deploying Servers
Before you beginBefore you deploy any server, perform the following steps:
- Set all the mandatory properties in the
configuration.propertiesanddeployment.propertiesfiles. - Build and push the Docker images to the Docker repository. For more information, see Building BusinessConnect Container Edition Component’s Docker Images topic in TIBCO BusinessConnect™ Container Edition Installation and Deployment.
- If you are using MySQL 5.7.x or above versions; then in the
my.inifile under [mysqld] section, you must addskip_ssland setmax_allowed_packetto 500M.
Note: You can find the property files in config folders of Installation and Deployment packages.
You can deploy servers onto the Kubernetes cluster by using the deployment script in the following sequence:
- Auth Server
- ConfigStore Management and Admin Servers
- Poller and Interior Servers
- Gateway Server
However, based on requirement you can skip the deployment of server/s by entering n in the console when you run the deployment script.
Subtopics