Tile38 Cluster Manager is a sidecar utility to help deploy a distributed, dynamic Tile38 cluster inside Consul Connect network mesh.
The cluster manager runs as a proxy alongside a Tile38 database and provides following features:
- Clustering with leader election
- Data replication from active leader
- Handling node failures and promoting a follower
- Authorization and network traffic encryption using Consul Connect
Pre-built binaries are available from releases page. Alternatively, you can install the manager using go get
or pull the docker image.
Using go get
go get -u github.com/Shuttl-Tech/tile38-cluster-manager
For more details please check out the documentation.
Source code, binaries and docker images are available under MIT License