Otoroshi v1.4.0 is out

Mathieu ANCELIN
OSS by MAIF
Published in
2 min readDec 18, 2018

It’s official, Otoroshi v1.4.0 is out. This release is all about making Otoroshi distributed (at least, more distributed than before) with the clustering module. As usual the release is available on github, bintray and docker hub. If you encounter any issue, you can create issues on github or chat with us on gitter.

Otoroshi, the guardian of the shrine

Otoroshi clustering rely on two part. The leader cluster (or control plane) that is only here to handle services configuration, authentication modules, api keys, etc and the worker cluster (data plane) composed of horizontally scalable Otoroshi instances, backed by a super fast in memory datastore, with the sole purpose of routing traffic to your services based on data synced from the leader cluster. With this distributed Otoroshi version, you can reach the goals of high availability, scalability and security you need for critical infrastructures for FREE. You can find the documentation about Otoroshi clustering on the website.

Otoroshi clustering model

You can find every issue close during this release on github and also the diff between v1.4.0 and the previous version.

--

--