Ultralight, security-first service mesh for Kubernetes. Main repo for Linkerd 2.x.
Go to file
Risha Mars 38c4b2937a
Tap web UI: Fix latency formatting (#1429)
* Nicely format tap latencies to be more readable
* Various whitespace cleanups
2018-08-09 15:23:34 -07:00
.github Adopt Linkerd's governance (#1301) 2018-07-10 15:06:59 -07:00
bin Add script to extract binaries from prebuilt cli-bin image (#1388) 2018-07-31 15:56:35 -07:00
cli Add additional validation for stat command-line arguments (#1415) 2018-08-08 15:35:47 -07:00
controller Fix Destination returning no endpoints for single unnamed container port (#1420) 2018-08-08 13:01:53 -07:00
doc Rename mailing lists, remove all remaining conduit references (#1416) 2018-08-07 17:00:55 -07:00
grafana Restore linkerd.io/control-plane* labels (#1411) 2018-08-07 13:53:29 -07:00
pkg Restore linkerd.io/control-plane* labels (#1411) 2018-08-07 13:53:29 -07:00
proto Rename CLI from conduit to linkerd (#1312) 2018-07-12 17:14:07 -07:00
proxy-init Use stable version for linkerd2-proxy-api dep (#1400) 2018-08-03 11:59:42 -07:00
test Bump install timeout in integration tests (#1382) 2018-07-31 15:52:46 -07:00
testutil Rename CLI from conduit to linkerd (#1312) 2018-07-12 17:14:07 -07:00
web Tap web UI: Fix latency formatting (#1429) 2018-08-09 15:23:34 -07:00
.dockerignore Allow docker-build-proxy to override the proxy version (#1324) 2018-07-26 10:10:49 -07:00
.editorconfig Add protobuf files to .editorconfig (#1042) 2018-05-30 15:09:38 -07:00
.gcp.json.enc Add docker builds and integration tests to CI (#1303) 2018-07-11 14:01:42 -07: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
.travis.yml Build version tags in CI (#1365) 2018-07-25 12:32:42 -07:00
BUILD.md Remove remaining conduit references in codebase (#1381) 2018-07-31 11:19:34 -07:00
CHANGES.md Add change log notes for release v18.8.1 (#1413) 2018-08-07 14:46:39 -07:00
CONTRIBUTING.md Remove remaining conduit references in codebase (#1381) 2018-07-31 11:19:34 -07:00
DCO Add contributing doc and DCO file (#88) 2017-12-22 14:54:27 -08:00
Dockerfile-base Rename CLI from conduit to linkerd (#1312) 2018-07-12 17:14:07 -07:00
Dockerfile-go-deps Stop using `installsuffix` when building Go code. (#1327) 2018-07-16 13:48:50 -10:00
Dockerfile-proxy Allow docker-build-proxy to override the proxy version (#1324) 2018-07-26 10:10:49 -07:00
GOVERNANCE.md Adopt Linkerd's governance (#1301) 2018-07-10 15:06:59 -07:00
Gopkg.lock Use stable version for linkerd2-proxy-api dep (#1400) 2018-08-03 11:59:42 -07:00
Gopkg.toml Use stable version for linkerd2-proxy-api dep (#1400) 2018-08-03 11:59:42 -07:00
LICENSE Introducing Conduit, the ultralight service mesh 2017-12-05 00:24:55 +00:00
MAINTAINERS.md Adopt Linkerd's governance (#1301) 2018-07-10 15:06:59 -07:00
README.md Rename mailing lists, remove all remaining conduit references (#1416) 2018-08-07 17:00:55 -07:00
TEST.md Revert "Add note to TEST.md about kubectl version." 2018-07-25 12:33:06 -10:00

README.md

Linkerd2

Build Status GitHub license Slack Status

🎈 Welcome to Linkerd2! 👋

Linkerd2 is an ultralight service mesh, designed to make modern applications safe and sane by transparently adding service discovery, load balancing, failure handling, instrumentation, and routing to all inter-service communication.

Linkerd2 (pronouned "linker-DEE-two") acts as a transparent HTTP/gRPC/thrift/tcp/etc proxy, and can be deployed alongside existing applications regardless of what language they're written in. It works with many common protocols and utilizes Kubernetes as a backend for service discovery.

It is separated into two major components: the control plane and the data plane. The control plane interacts with the service discovery backend, orchestrates the data plane and is written in Go. The data plane runs alongside existing applications, provides the proxy that manages traffic itself and is written in Rust.

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

Linkerd is hosted by the Cloud Native Computing Foundation (CNCF).

Get involved

Documentation

View Linkerd2 docs for more a more comprehensive guide to getting started, or use the instructions below.

Getting started with Linkerd2

  1. Install the Linkerd2 CLI with curl https://run.linkerd.io/install | sh.

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

  3. Install Linkerd2 into your Kubernetes cluster with linkerd install | kubectl apply -f -.

  4. Verify that the installation succeeded with linkerd check.

  5. Explore the Linkerd2 controller dashboard with linkerd dashboard.

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

  7. Add your own service to the Linkerd2 mesh!

Working in this repo

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

We ❤️ pull requests! See CONTRIBUTING.md for info on contributing changes.

Dependencies

There are some projects used by Linkerd2 that are not part of 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, Linkerd Authors. 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.