A service mesh for Kubernetes and beyond. Main repo for Linkerd 2.x.
Switch branches/tags
admc/add-stale-config admc/errorBannerEnhancement alex/keynote alex/profiles_take_four alex/profiles_take_three alex/retry-two alex/routes-formatting alex/routes-resource alex/top-routes b/additional-tls-logging b/install-controller-loopback-no-tls b/merge-controller dad/query-prometheus dad/service-profile-integration-tests dad/sidebar-main-page-sync-part1 dad/upgrade-proxy-version dadjeibaah/edge-18.9.3 discovery-http1-unit-test eliza/better-dst-labels eliza/cfg-rebind-prettify eliza/config-reload-timestamps eliza/control-ctx eliza/dns-background-task eliza/dns-bg-refactor eliza/dns-testability eliza/dns-ttls eliza/docker-test-proxy eliza/editorconfig eliza/endpoints-watcher-test eliza/fancier-docker-test-proxy eliza/fix-1-port eliza/fix-data-frame-eos eliza/fix-discovery eliza/fix-fallback-when-files-don't-exist eliza/fix-inotify-cpu-use eliza/fix-missing-labels eliza/fix-missing-serve-contexts eliza/fix-test eliza/forward-compatible-test eliza/fs-polling-hashes eliza/fs-watch-tests eliza/handshake-error-stats eliza/handshake-failed-label-less-horrible eliza/impl-trait!!! eliza/label-handshake-errors eliza/labeled-tests eliza/lazy-rng eliza/little-buckets eliza/load-certs-on-start eliza/mock-timer eliza/move-absolute-form-detection eliza/move-config-out-of-ctx eliza/new-tokio-2 eliza/new-tokio-refactor eliza/new-tokio eliza/nice-io-error-labels eliza/per-host-conns eliza/proxy-dns-integration-tests eliza/proxy-doc eliza/proxy-fundamentals-doc eliza/proxy-rebind-on-meta-changes eliza/proxy-routing-doc eliza/proxy-tcp-metrics-duration eliza/proxy-tls-metadata eliza/recording-rules-viz eliza/recording-rules eliza/reload-keys eliza/rm-bind-timeout eliza/siggy/prom-outbound-capacity eliza/surface-tls-cfg-errors eliza/tap-dst-meta eliza/tap-hydrates-dsts eliza/tap-resource-meta eliza/tap-src-meta eliza/tls-cfg-rebind-2 eliza/tls-cfg-rebind-3 eliza/tls-cfg-rebind eliza/tls-fallback-horrible eliza/tls-fallback eliza/tls-metric-label eliza/tls-verification-proto eliza/unbox-dns-futures eliza/update-proxy eliza/validate-stat-args eliza/viz eliza/watch-accounting eliza/429-lookup-ips fg/docs-update-websocket-support fg/topology-graph fg/wip-draft-old/networkgraph-with-successrates grampelberg/fix-docker-build grampelberg/hpa grampelberg/jest grampelberg/roadmap grampelberg/webpack-love grampelberg/yarn-cache master rmars/fix-grafana-counts rmars/improve-clicmd rmars/materialize rmars/no-lo rmars/routes-in-detail rmars/sort-last rmars/try-vizceral siggy/all-the-comments siggy/inject-export siggy/kube-state-metrics siggy/moar-stat-tests siggy/prom-outbound-capacity siggy/routes-integration siggy/rust-mem wmorgan-patch-1
Nothing to show
Clone or download
siggy Add go-report-card badge to README.md (#2020)
Signed-off-by: Andrew Seigner <siggy@buoyant.io>
Latest commit a9511ab Dec 20, 2018
Permalink
Type Name Latest commit message Commit time
Failed to load latest commit information.
.github Add @admc as a CHANGES.md code owner (#1954) Dec 6, 2018
bin Add go linting to CI config (#2018) Dec 20, 2018
cli Add go linting to CI config (#2018) Dec 20, 2018
controller Add go linting to CI config (#2018) Dec 20, 2018
grafana Add linkerd- prefix to all objects in linkerd install (#1920) Dec 4, 2018
pkg Add go linting to CI config (#2018) Dec 20, 2018
proto Add parameter to stats API to skip retrieving Prometheus stats (#1871) Dec 11, 2018
proxy-init Add go linting to CI config (#2018) Dec 20, 2018
test Fix most golint issues that are not comment related (#1982) Dec 20, 2018
testutil Increase retry timeout for retryable tests, refactor RetryFor (#1835) Nov 7, 2018
web Add go linting to CI config (#2018) Dec 20, 2018
.dockerignore Allow docker-build-proxy to override the proxy version (#1324) Jul 26, 2018
.editorconfig Add protobuf files to .editorconfig (#1042) May 30, 2018
.gcp.json.enc Add docker builds and integration tests to CI (#1303) Jul 11, 2018
.gitattributes proxy: Update `rand` to 0.5.1 (#1125) Jun 14, 2018
.gitignore Proxy init and sidecar containers auto-injection (#1714) Oct 10, 2018
.travis.yml Add go linting to CI config (#2018) Dec 20, 2018
BUILD.md Remove the proxy-api container (#1813) Oct 29, 2018
CHANGES.md Add release notes for edge-18.12.4 release (#2019) Dec 20, 2018
CONTRIBUTING.md Remove remaining conduit references in codebase (#1381) Jul 31, 2018
DCO Add contributing doc and DCO file (#88) Dec 22, 2017
Dockerfile-base Rename CLI from conduit to linkerd (#1312) Jul 13, 2018
Dockerfile-go-deps Upgrade to dep 0.5.0, go 1.10.3 (#1479) Aug 17, 2018
Dockerfile-proxy Add LICENSE files to all Docker images (#1727) Oct 2, 2018
GOVERNANCE.md Adopt Linkerd's governance (#1301) Jul 10, 2018
Gopkg.lock Add go linting to CI config (#2018) Dec 20, 2018
Gopkg.toml Add go linting to CI config (#2018) Dec 20, 2018
LICENSE Introducing Conduit, the ultralight service mesh Dec 5, 2017
MAINTAINERS.md Adopt Linkerd's governance (#1301) Jul 10, 2018
README.md Add go-report-card badge to README.md (#2020) Dec 21, 2018
TEST.md Add go linting to CI config (#2018) Dec 20, 2018

README.md

Linkerd

Build Status GitHub license Go Report Card Slack Status

🎈 Welcome to Linkerd! 👋

Linkerd is a service sidecar designed to give service owners automatic observability, reliability, and runtime diagnostics for their service without requiring configuration or code changes. Linkerd is also a service mesh, running across an entire cluster to provide platform-wide telemetry, security, and reliability.

Linkerd is a Cloud Native Computing Foundation (CNCF) project.

Repo layout

This is the primary repo for the Linkerd 2.x line of development.

The complete list of Linkerd repos is:

Quickstart and documentation

You can run Linkerd on any Kubernetes 1.9+ cluster in a matter of seconds. See the Linkerd Getting Started Guide for how.

For more comprehensive documentation, start with the Linkerd docs. (The doc source code is available in the website repo.)

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.

Get involved

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.