Skip to content

Latest commit

 

History

History
33 lines (20 loc) · 1.04 KB

README.md

File metadata and controls

33 lines (20 loc) · 1.04 KB

Tile38 Cluster Manager

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

Install

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.

License

Source code, binaries and docker images are available under MIT License