Ultralight, security-first service mesh for Kubernetes. Main repo for Linkerd 2.x.
Go to file
Risha Mars 8f63c2b7a5
Fix link to deployments from autocomplete not including pathPrefix (#209)
Signed-off-by: Risha Mars <mars@buoyant.io>
2018-01-25 16:47:39 -08:00
.github Updates for v0.1.2 release (#171) 2018-01-19 10:56:20 -08:00
bin Add docker deps validation to ci (#207) 2018-01-25 12:41:02 -08:00
cli Better error handling for Tap (#177) 2018-01-25 11:49:38 -05:00
codegen Updates for v0.1.3 release (#185) 2018-01-19 13:58:52 -08:00
controller Better error handling for Tap (#177) 2018-01-25 11:49:38 -05:00
futures-mpsc-lossy Updates for v0.1.3 release (#185) 2018-01-19 13:58:52 -08:00
pkg Remove scheme requirement for api-addr flag in conduit CLI (#126) 2018-01-17 17:12:44 -08:00
proto Move EosCtx to common for Tap and Telemetery (#204) 2018-01-24 15:48:00 -08:00
proxy proxy: fix h1 streams to trigger response end events 2018-01-25 16:36:16 -08:00
proxy-init Make proxy-deps multi-stage to remove the original source files (#161) 2018-01-17 12:26:22 -08:00
tower-grpc Updates for v0.1.3 release (#185) 2018-01-19 13:58:52 -08:00
tower-grpc-build Updates for v0.1.3 release (#185) 2018-01-19 13:58:52 -08:00
tower-grpc-examples Updates for v0.1.3 release (#185) 2018-01-19 13:58:52 -08:00
tower-h2 proxy: add transparent protocol detection and handling 2018-01-23 16:14:07 -08:00
tower-router Updates for v0.1.3 release (#185) 2018-01-19 13:58:52 -08:00
web Fix link to deployments from autocomplete not including pathPrefix (#209) 2018-01-25 16:47:39 -08:00
.dockerignore Introducing Conduit, the ultralight service mesh 2017-12-05 00:24:55 +00:00
.editorconfig Add links to each deployment name in the Conduit dashboard (#44) 2017-12-19 15:40:24 -08:00
.gcp.json.enc Fix docker-build stage in CI (#21) 2017-12-08 00:52:06 -06:00
.gitattributes Introducing Conduit, the ultralight service mesh 2017-12-05 00:24:55 +00:00
.gitignore Introducing Conduit, the ultralight service mesh 2017-12-05 00:24:55 +00:00
.prometheus.dev.yml Introducing Conduit, the ultralight service mesh 2017-12-05 00:24:55 +00:00
.travis.yml Add docker deps validation to ci (#207) 2018-01-25 12:41:02 -08:00
BUILD.md Remove DOCKER_FORCE_BUILD, disable symbolic tags (#168) 2018-01-23 12:02:28 -08:00
CHANGES.md Updates for v0.1.3 release (#185) 2018-01-19 13:58:52 -08:00
CONTRIBUTING.md Add contributing doc and DCO file (#88) 2017-12-22 14:54:27 -08:00
Cargo.lock proxy: add transparent protocol detection and handling 2018-01-23 16:14:07 -08:00
Cargo.toml Introducing Conduit, the ultralight service mesh 2017-12-05 00:24:55 +00:00
DCO Add contributing doc and DCO file (#88) 2017-12-22 14:54:27 -08:00
Dockerfile-base Introducing Conduit, the ultralight service mesh 2017-12-05 00:24:55 +00:00
Dockerfile-go-deps Make proxy-deps multi-stage to remove the original source files (#161) 2018-01-17 12:26:22 -08:00
Gopkg.lock Upgrade k8s.io/client-go to v6.0.0 (#122) 2018-01-11 10:22:37 -08:00
Gopkg.toml Upgrade k8s.io/client-go to v6.0.0 (#122) 2018-01-11 10:22:37 -08:00
LICENSE Introducing Conduit, the ultralight service mesh 2017-12-05 00:24:55 +00:00
README.md fix whitespace in README.md (#182) 2018-01-19 13:24:03 -08:00
docker-compose.yml Introducing Conduit, the ultralight service mesh 2017-12-05 00:24:55 +00:00

README.md

conduit

Build Status GitHub license Slack Status

🎈 Welcome to Conduit! 👋

Conduit is an ultralight service mesh for Kubernetes from the makers of Linkerd. It features a native proxy, written in Rust, that boasts the performance of C without all the heartbleed.

Conduit is experimental. Currently, it only supports HTTP/2 and is especially well-suited for gRPC. Follow our progress towards production-readiness here and on Twitter.

Documentation

View Conduit docs for more a more comprehensive guide to getting started.

Getting started with Conduit

  1. Install the Conduit CLI curl https://run.conduit.io/install | sh

  2. Copy /Users/username/.conduit/bin/conduit into your PATH

  3. Run conduit install | kubectl apply -f - to install Conduit

  4. Check to make sure you're running the latest version of Conduit with conduit version

  5. Open a local version of the Conduit controller with conduit dashboard

  6. (Optional) To install a demo application for your Conduit instance, visit this section on Conduit docs

Working in this repo

BUILD.md includes general information on how to work in this repo.

Code of Conduct

This project is for everyone. We ask that our users and contributors take a few minutes to review our code of conduct.

License

Copyright 2017, Buoyant Inc. All rights reserved.

Licensed under the Apache License, Version 2.0 (the "License"); you may not use these files except in compliance with the License. You may obtain a copy of the License at

http://www.apache.org/licenses/LICENSE-2.0

Unless required by applicable law or agreed to in writing, software distributed under the License is distributed on an "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. See the License for the specific language governing permissions and limitations under the License.