Skip to content
A service mesh for Kubernetes and beyond. Main repo for Linkerd 1.x.
Scala JavaScript Shell HTML Java CSS Thrift
Branch: master
Clone or download

Latest commit

cpretzer Release 1.7.4 (#2397)
* Release 1.7.4


Signed-off-by: Charles Pretzer <charles@buoyant.io>
Latest commit 0edec73 Jun 5, 2020

Files

Permalink
Type Name Latest commit message Commit time
Failed to load latest commit information.
.circleci Bump the node dependencies (#2389) May 18, 2020
.github Add zaharidichev as a super-maintainer (#2377) Mar 17, 2020
admin Bump the node dependencies (#2389) May 18, 2020
ci fix-up some spelling mistakes (#2330) Oct 1, 2019
config/src Fix case where streaming can become disabled (#2332) Nov 12, 2019
consul/src Upgrade netty and boringssl versions (#2386) May 15, 2020
etcd Upgrade netty and boringssl versions (#2386) May 15, 2020
finagle Upgrade netty and boringssl versions (#2386) May 15, 2020
grpc Upgrade netty and boringssl versions (#2386) May 15, 2020
interpreter Upgrade netty and boringssl versions (#2386) May 15, 2020
istio-proto/src/main Update all links to HTTPS for security and consistency (#2240) Mar 4, 2019
istio/src fix-typo (#2336) Oct 29, 2019
k8s/src Namerd stops watching dtabs if it receives a 404 during watch restart ( Mar 2, 2019
linkerd Set MaxInitialLineSize from maxInitialSizeKB config (#2394) May 28, 2020
marathon/src Exclude Marathon tasks in health-check grace period (#2098) (#2099) Aug 16, 2018
mesh fix-typo (#2336) Oct 29, 2019
namer Update ServersetNamer to support dtabs with shard fragment (#2391) May 28, 2020
namerd Upgrade netty and boringssl versions (#2386) May 15, 2020
project Release 1.7.4 (#2397) Jun 5, 2020
router Upgrade netty and boringssl versions (#2386) May 15, 2020
telemetry Upgrade netty and boringssl versions (#2386) May 15, 2020
test-util/src/main/scala/io/buoyant/test Upgrade netty and boringssl versions (#2386) May 15, 2020
validator/src/main/scala/io/buoyant/namerd Upgrades Finagle version to 18.12.0 (#2194) Dec 19, 2018
.gitignore Add protoc script which downloads and runs protoc (#1138) Mar 14, 2017
ADOPTERS.md Update ADOPTERS.md (#2400) Jun 5, 2020
BUILD.md Update all links to HTTPS for security and consistency (#2240) Mar 4, 2019
CHANGES.md Release 1.7.4 (#2397) Jun 5, 2020
CODE_OF_CONDUCT.md Add code of conduct (#2373) Jan 22, 2020
CONTRIBUTING.md Update all links to HTTPS for security and consistency (#2240) Mar 4, 2019
DCO Replace CLA with DCO (#1722) Dec 5, 2017
GOVERNANCE.md fix-typo (#2336) Oct 29, 2019
ISSUE_TEMPLATE.md Capitalize Linkerd and Namerd in documentation (#1743) Dec 12, 2017
LICENSE 🌅 Introducing linkerd 🎈 Jan 13, 2016
MAINTAINERS.md Add zaharidichev as a super-maintainer (#2377) Mar 17, 2020
PLUGINS.md Update PLUGINS.md (#2177) Nov 16, 2018
README.md Fix misspell in README.md (#2243) Mar 4, 2019
protoc Remove echo statement from protoc script (#1380) Jun 12, 2017
sbt Upgrade netty and boringssl versions (#2386) May 15, 2020

README.md

linkerd

GitHub license Circle CI Slack Status Docker Pulls CII Best Practices

🎈 Welcome to Linkerd! 👋

Linkerd is a transparent 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.

Linkerd (pronounced "linker-DEE") acts as a transparent HTTP/gRPC/thrift/etc proxy, and can usually be dropped into existing applications with a minimum of configuration, regardless of what language they're written in. It works with many common protocols and service discovery backends, including scheduled environments like Mesos and Kubernetes.

Linkerd is built on top of Netty and Finagle, a production-tested RPC framework used by high-traffic companies like Twitter, Pinterest, Tumblr, PagerDuty, and others.

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

Want to try it?

We distribute binaries which you can download from the Linkerd releases page. We also publish Docker images for each release, which you can find on Docker Hub.

For instructions on how to configure and run Linkerd, see the user documentation on linkerd.io.

Working in this repo

BUILD.md includes general information on how to work in this repo. Additionally, there are documents on how to build several of the application subprojects:

  • linkerd -- produces linkerd router artifacts
  • namerd -- produces namerd service discovery artifacts
  • grpc -- produces the protoc-gen-io.buoyant.grpc code generator

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

Related Repos

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.

You can’t perform that action at this time.