aeraki-mesh / retio

Connect external registries to Istio 🧬
Apache License 2.0
5 stars 0 forks source link
logo

Retio

Connecting External Registries to Istio

contributors last update forks stars open issues license

View Demo · Documentation · Report Bug · Request Feature


Table of Contents

About the Project

Retio is the short word for Registries to Istio, which is capable to communicate with Service Registries and Service Mesh (Istio). It is an easy-to-use and extendable adaptor if you have a service registry and intend to integrate it with Istio. You can just deploy it and tell it which service registries you want to talk to, then it will start to work, and Istio will identify the services in the registries.

Background

While service mesh becomes an important infrastructure for microservices, more and more developers are trying to use Service Mesh like Istio and putting it into production. Also there are many open source service registry projects for discovering services, such as Polaris, Consul, Nacos, ZooKeeper, ETCD, Eureka. So Retio is designed to integrate these registries infrastructures with Istio easily. Just give Retio one or more registry addresses, then it is done and you do not need to wrong about anything else.

Features

Getting Started

Prerequisites

Installation

Run Locally

Clone the project and run:

  git clone https://github.com/aeraki-mesh/retio.git

Roadmap

Contributing

Contributions are always welcome!

See contributing.md for ways to get started.

Code of Conduct

Please read the Code of Conduct

License

Distributed under the Apache License 2.0 . See LICENSE.txt for more information.

Contact

Mail List: cncf-aerakimesh-maintainers@lists.cncf.io

Project Link: https://github.com/aeraki-mesh/retio

Acknowledgements