Ultralight, security-first service mesh for Kubernetes. Main repo for Linkerd 2.x.
Go to file
Risha Mars 9050b2d312
Fix authority stat queries when a --from flag is used (#1289)
* Fix bug where we were using dst_authorities as a group by instead of authorities
* Add test to make sure we don't dst_authorities

Previously, we were only checking to make sure we didn't add 
dst_authorities in the query labels in promDstQueryLabels but we 
weren't checking the groupBy labels in promDstGroupByLabelNames - 
this caused us to try to query for dst_authorities when a --from 
query was sent. There are no dst_authorities, so there would be no 
named results.
2018-07-06 17:29:08 -07:00
.github Add a newline to dco.yml (#254) 2018-02-01 15:16:02 -08:00
bin Update ListPods endpoint to return all pod owner types (#1275) 2018-07-05 15:14:16 -07:00
cli Unhide --tls flag in conduit CLI (#1278) 2018-07-05 15:49:19 -07:00
controller Fix authority stat queries when a --from flag is used (#1289) 2018-07-06 17:29:08 -07:00
doc Fix default SMTP port in docs (#1284) 2018-07-05 18:21:53 -07:00
grafana Introduce Proxy process telemetry in Grafana (#1199) 2018-06-27 00:58:28 +01:00
pkg Fix owner types in TLS identity strings (#1257) 2018-07-03 14:20:24 -07:00
proto Update ListPods endpoint to return all pod owner types (#1275) 2018-07-05 15:14:16 -07:00
proxy proxy: Add tls_config_last_reload_seconds metric (#1204) 2018-07-05 16:23:57 -07:00
proxy-init Update ListPods endpoint to return all pod owner types (#1275) 2018-07-05 15:14:16 -07:00
test Re-run install integration test w/TLS enabled (#1230) 2018-07-05 10:32:29 -07:00
testutil Update test helpers to work with kubernetes 1.8 (#1267) 2018-07-05 12:34:38 -07:00
web Change sidebar branding from Conduit to Linkerd (#1262) 2018-07-05 18:24:32 -07:00
.dockerignore Update babel to use `env` and `react-app` as presets. (#976) 2018-05-22 17:17:44 -07:00
.editorconfig Add protobuf files to .editorconfig (#1042) 2018-05-30 15:09:38 -07:00
.gcp.json.enc Fix docker-build stage in CI (#21) 2017-12-08 00:52:06 -06:00
.gitattributes proxy: Update `rand` to 0.5.1 (#1125) 2018-06-14 15:09:58 -07:00
.gitignore Link to Grafana from Conduit Dashboard (#678) 2018-04-06 10:56:42 -07:00
.prometheus.dev.yml Remove the telemetry service (#757) 2018-04-13 11:21:29 -07:00
.travis.yml Fix conduit version issue in integration tests (#1139) 2018-06-15 16:35:51 -07:00
BUILD.md Fix unbound variable issue in docker-build script (#1146) 2018-06-18 11:29:09 -07:00
CHANGES.md Update CHANGES for v0.5.0 (#1273) 2018-07-05 14:09:02 -07:00
CONTRIBUTING.md Add contributing doc and DCO file (#88) 2017-12-22 14:54:27 -08:00
Cargo.lock proxy: Fix out-of-control inotify CPU use (#1263) 2018-07-03 20:16:12 -07:00
Cargo.toml Update Rustls to the latest Git version to fix a bug. (#1143) 2018-06-16 08:09:42 -10: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 Go: update k8s dependencies to 1.10.2 (#962) 2018-05-17 15:46:58 -07:00
Gopkg.lock Update ListPods endpoint to return all pod owner types (#1275) 2018-07-05 15:14:16 -07:00
Gopkg.toml Go: update k8s dependencies to 1.10.2 (#962) 2018-05-17 15:46:58 -07:00
LICENSE Introducing Conduit, the ultralight service mesh 2017-12-05 00:24:55 +00:00
README.md Additional doc updates regarding protocol support (#1279) 2018-07-05 17:22:33 -07:00
TEST.md update TEST.md to reflect changes in testing: (#1193) 2018-06-26 10:00:40 -07:00
docker-compose.yml Upgrade Prometheus from 2.1.0 to 2.2.1 (#816) 2018-04-19 18:00:53 -07:00

README.md

conduit

Build Status GitHub license Slack Status

🎈 Welcome to Conduit! 👋

Conduit is an ultralight service mesh for Kubernetes. It features a minimalist control plane written in Go, and a native proxy data plane written in Rust that boasts the performance of C without the heartbleed.

Conduit is alpha. It is capable of proxying all TCP traffic, including WebSockets and HTTP tunneling, and reporting top-line metrics (success rates, latencies, etc) for all HTTP, HTTP/2, and gRPC traffic.

Get involved

Documentation

View Conduit docs for more a more comprehensive guide to getting started, or view the full Conduit roadmap.

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

Conduit is 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.