Ultralight, security-first service mesh for Kubernetes. Main repo for Linkerd 2.x.
Go to file
Sean McArthur db913e3d18
controller: echo ip address if destination service receives ip (#186)
Signed-off-by: Sean McArthur <sean@seanmonstar.com>
2018-01-22 16:20:13 -08:00
.github Updates for v0.1.2 release (#171) 2018-01-19 10:56:20 -08:00
bin Make proxy-deps multi-stage to remove the original source files (#161) 2018-01-17 12:26:22 -08:00
cli cli polish for 0.1.2 release (#176) 2018-01-18 16:33:25 -08:00
codegen Updates for v0.1.3 release (#185) 2018-01-19 13:58:52 -08:00
controller controller: echo ip address if destination service receives ip (#186) 2018-01-22 16:20:13 -08: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 healthcheck proto to separate file, use throughout (#150) 2018-01-17 11:15:38 -08:00
proxy Updates for v0.1.3 release (#185) 2018-01-19 13:58:52 -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 Updates for v0.1.3 release (#185) 2018-01-19 13:58:52 -08:00
tower-router Updates for v0.1.3 release (#185) 2018-01-19 13:58:52 -08:00
web Remove font colouring on the call to action (#184) 2018-01-19 13:43:32 -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 Go vetting to Travis CI configuration (#128) 2018-01-09 15:21:41 -08:00
BUILD.md cli polish for 0.1.2 release (#176) 2018-01-18 16:33:25 -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 Updates for v0.1.3 release (#185) 2018-01-19 13:58:52 -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.