A purpose-built proxy for the Linkerd service mesh. Written in Rust.
Go to file
Oliver Gould d2c54b65de Introducing Conduit, the ultralight service mesh
We’ve built Conduit from the ground up to be the fastest, lightest,
simplest, and most secure service mesh in the world. It features an
incredibly fast and safe data plane written in Rust, a simple yet
powerful control plane written in Go, and a design that’s focused on
performance, security, and usability. Most importantly, Conduit
incorporates the many lessons we’ve learned from over 18 months of
production service mesh experience with Linkerd.

This repository contains a few tightly-related components:
- `proxy` -- an HTTP/2 proxy written in Rust;
- `controller` -- a control plane written in Go with gRPC;
- `web` -- a UI written in React, served by Go.
2017-12-05 00:24:55 +00:00
codegen Introducing Conduit, the ultralight service mesh 2017-12-05 00:24:55 +00:00
futures-mpsc-lossy Introducing Conduit, the ultralight service mesh 2017-12-05 00:24:55 +00:00
proxy Introducing Conduit, the ultralight service mesh 2017-12-05 00:24:55 +00:00
tower-grpc Introducing Conduit, the ultralight service mesh 2017-12-05 00:24:55 +00:00
tower-grpc-build Introducing Conduit, the ultralight service mesh 2017-12-05 00:24:55 +00:00
tower-grpc-examples Introducing Conduit, the ultralight service mesh 2017-12-05 00:24:55 +00:00
tower-h2 Introducing Conduit, the ultralight service mesh 2017-12-05 00:24:55 +00:00
tower-router Introducing Conduit, the ultralight service mesh 2017-12-05 00:24:55 +00:00
.rustfmt.toml Introducing Conduit, the ultralight service mesh 2017-12-05 00:24:55 +00:00
Cargo.lock Introducing Conduit, the ultralight service mesh 2017-12-05 00:24:55 +00:00
Cargo.toml Introducing Conduit, the ultralight service mesh 2017-12-05 00:24:55 +00:00
LICENSE Introducing Conduit, the ultralight service mesh 2017-12-05 00:24:55 +00:00