Skip to content

Latest commit

 

History

History
22 lines (13 loc) · 712 Bytes

File metadata and controls

22 lines (13 loc) · 712 Bytes

Burrow

QA

Distributed service mesh with native QUIC tunneling. Single static Go binary with zero runtime dependencies.

Consists of three components:

council

Service discovery and state coordination. Used by kings and lings.

king

QUIC tunnel server. Must be reachable by all lings.

ling

QUIC tunnel client and TCP proxy. Can be completely isolated — only needs outbound connectivity.

Quickstart

Install docker and run docker swarm init

See stack.yml for deployment configuration