Installation and Upgrade > Installing ThingWorx > Using ThingWorx Docker > Using ThingWorx Docker in an HA Clustering Environment
Using ThingWorx Docker in an HA Clustering Environment
Using ThingWorx Docker in a high availability (HA) clustering environment requires multiple Docker images, including ThingWorx itself and some additional supporting images. This topic covers how to set up, build, and configure the supporting Docker images and the ThingWorx image. The supporting images include Apache Ignite and ThingWorx Connection Server. These supporting images must be built before the ThingWorx image.
You can download all of the Dockerfiles from the ThingWorx Platform part of the PTC Software Downloads site.
To deploy ThingWorx Docker in an HA cluster, follow the steps below. See the relevant links for more information.
1. Set up, build, and run the Apache Ignite image.
2. Set up, build, and run the ThingWorx Connection Server image.
3. Set up, build, configure, and run the ThingWorx image.
4. Access the ThingWorx HA cluster through the HAProxy container. For example:
http://<server>:9100/Thingworx
Was this helpful?