ThingWorx on kubernetes
Hi all,
I'm currently getting ThingWorx to run on a kubernetes cluster. I basically have it running, but so far only in a non HA setup. The database -- I'm using postgreSQL -- is using a multiple nodes with master/slave failover etc., but ThingWorx runs in a single POD.
I want to change that -- we need ThingWorx in a HA and Load Balanced setup. For this to work I'm in the process of creating a kubernetes operator for ThingWorx.
Does anyone have some insight as of how the ZooKeeper / ThingWorx interaction works in the standard PTC HA setup? I want to use native kubernetes primitives instead of having to spin up a ZooKeeper cluster.
