Ultralight, security-first service mesh for Kubernetes. Main repo for Linkerd 2.x.
Go to file
Brian Smith aa123b8ad5
Test the proxy in release mode in Docker in CI on the master branch. (#327)
* Test the proxy in release mode in Docker in CI on the master branch.

Previously we were not running the proxy tests in the release configuration.

Run the proxy tests in the release configuration through Docker.

Docker builds with tests in release mode are too slow to run on every
pull request so release mode tests will only be run on the master
branch.

Signed-off-by: Brian Smith <brian@briansmith.org>
2018-02-13 12:16:50 -10:00
.github Add a newline to dco.yml (#254) 2018-02-01 15:16:02 -08:00
bin Remove proxy/Dockerfile-deps (#279) 2018-02-06 13:01:38 -08:00
cli Precompile large Go libraries in go-deps Docker image. (#332) 2018-02-13 11:35:10 -10:00
controller Require timestamp on all telemetry requests (#342) 2018-02-13 13:52:21 -08:00
pkg Change default version string from "unknown" to "latest" (#284) 2018-02-07 10:01:12 -08:00
proto Require timestamp on all telemetry requests (#342) 2018-02-13 13:52:21 -08:00
proxy Remove unused metrics (#322) 2018-02-09 17:14:17 -08:00
proxy-init Precompile large Go libraries in go-deps Docker image. (#332) 2018-02-13 11:35:10 -10:00
web Precompile large Go libraries in go-deps Docker image. (#332) 2018-02-13 11:35:10 -10:00
.dockerignore Use bin/dep in Dockerfile-go-deps. (#324) 2018-02-12 13:32:08 -10: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 Allow bin/dep wrapper script for dep to work on Windows. (#271) 2018-02-05 09:24:18 -10:00
.prometheus.dev.yml Introducing Conduit, the ultralight service mesh 2017-12-05 00:24:55 +00:00
.travis.yml Test the proxy in release mode in Docker in CI on the master branch. (#327) 2018-02-13 12:16:50 -10:00
BUILD.md Stop running "cargo check" in CI (#285) 2018-02-06 15:57:22 -08:00
CHANGES.md Prepare for v0.2.0 release (#248) 2018-01-31 15:39:48 -08:00
CONTRIBUTING.md Add contributing doc and DCO file (#88) 2017-12-22 14:54:27 -08:00
Cargo.lock Use a load-aware balancer (#251) 2018-02-07 09:39:31 -08:00
Cargo.toml Move the Rust gRPC bindings to a dedicated crate (#275) 2018-02-06 10:31:48 -08: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 Precompile large Go libraries in go-deps Docker image. (#332) 2018-02-13 11:35:10 -10:00
Gopkg.lock Optimize Prometheus queries (#298) 2018-02-09 10:55:07 -08:00
Gopkg.toml Optimize Prometheus queries (#298) 2018-02-09 10:55:07 -08:00
LICENSE Introducing Conduit, the ultralight service mesh 2017-12-05 00:24:55 +00:00
README.md Improve wording around Getting Started (#288) 2018-02-13 13:38:37 -08:00
docker-compose.yml Upgrade to Prometheus 2.1.0 (#344) 2018-02-13 13:22:53 -08: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. It is capable of proxying all TCP traffic, and reporting top-line metrics (success rates, latencies, etc) for all HTTP, HTTP/2, and gRPC traffic. It currently does not work with websockets or with HTTP tunneling--see the --skip-outbound-ports flag for how to exclude these types of traffic.

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 with curl https://run.conduit.io/install | sh .

  2. Add $HOME/.conduit/bin to your PATH.

  3. Install Conduit into your Kubernetes cluster with: conduit install | kubectl apply -f -.

  4. Verify that the installation succeeded with conduit check.

  5. Explore the Conduit controller with conduit dashboard.

  6. Optionally, install a demo application to run with Conduit.

  7. Add your own service to the Conduit mesh!

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 2018, 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.