Ultralight, security-first service mesh for Kubernetes. Main repo for Linkerd 2.x.
Go to file
Alex Leong 4799baa8e2
Revert "Trace Control Plane components using OC (#3461)" (#3484)
This reverts commit edd3b1f6d4.

This is a temporary revert of #3461 while we sort out some details of how this should configured and how it should interact with configuring a trace collector on the Linkerd proxy.  We will reintroduce this change once the config plan is straightened out.

Signed-off-by: Alex Leong <alex@buoyant.io>
2019-09-26 11:56:44 -07:00
.github Tiny: remove uinintended comment (#3425) 2019-09-12 12:56:46 -05:00
bin Update base docker image to debian latest stable: buster (#3438) 2019-09-26 09:02:12 -07:00
charts Revert "Trace Control Plane components using OC (#3461)" (#3484) 2019-09-26 11:56:44 -07:00
cli Revert "Trace Control Plane components using OC (#3461)" (#3484) 2019-09-26 11:56:44 -07:00
cni-plugin Revert "Trace Control Plane components using OC (#3461)" (#3484) 2019-09-26 11:56:44 -07:00
controller Revert "Trace Control Plane components using OC (#3461)" (#3484) 2019-09-26 11:56:44 -07:00
grafana Increase the Grafana dashboards refresh interval (#3464) 2019-09-23 14:47:59 -07:00
pkg Revert "Trace Control Plane components using OC (#3461)" (#3484) 2019-09-26 11:56:44 -07:00
proto Remove tap from public API and associated test infrastructure (#3240) 2019-08-14 17:27:37 -04:00
proxy-identity Shrink controller Docker image from 315MB to 38MB (#3378) 2019-09-05 11:44:03 -07:00
test Add --disable-heartbeat flag for linkerd install|upgrade (#3439) 2019-09-25 15:53:36 -05:00
testutil Add '--address' flag to 'linkerd dashboard'. (#3274) 2019-09-05 10:56:10 -07:00
web Revert "Trace Control Plane components using OC (#3461)" (#3484) 2019-09-26 11:56:44 -07:00
.dockerignore Replace Travis with GitHub Actions for master/tags (#3398) 2019-09-06 15:58:46 -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 remove the duplicate word (#3385) 2019-09-04 20:13:55 -07:00
.gitignore Introduce bin/kind, move executables to target/bin (#3289) 2019-08-21 19:49:21 -07:00
.golangci.yml Bump golangci-lint to 1.17.1 (#3150) 2019-07-29 10:49:03 -07:00
.proxy-version proxy: Update to v2.73.0 (#3479) 2019-09-26 10:30:21 -07:00
ADOPTERS.md Correct link syntax in ADOPTERS.md (#3475) 2019-09-25 09:16:37 -05:00
BUILD.md Replace Travis with GitHub Actions for master/tags (#3398) 2019-09-06 15:58:46 -07:00
CHANGES.md Update CHANGES.md for edge-19.9.3 (#3451) 2019-09-19 13:17:33 -05:00
CODE_OF_CONDUCT.md Move Code of Conduct from wiki to repo (#3320) 2019-08-26 14:15:58 -07:00
CONTRIBUTING.md clarify DCO in CONTRIBUTING.md (#3232) 2019-08-12 09:51:00 -07:00
DCO Add contributing doc and DCO file (#88) 2017-12-22 14:54:27 -08:00
Dockerfile-base Update base docker image to debian latest stable: buster (#3438) 2019-09-26 09:02:12 -07:00
Dockerfile-debug Update base docker image to debian latest stable: buster (#3438) 2019-09-26 09:02:12 -07:00
Dockerfile-go-deps Update to client-go v12.0.0, forked stern (#3387) 2019-09-10 11:04:29 -07:00
Dockerfile-proxy Revert "Trace Control Plane components using OC (#3461)" (#3484) 2019-09-26 11:56:44 -07:00
GOVERNANCE.md fix-up spelling mistake (#3328) 2019-08-27 10:24:53 -07:00
LICENSE Introducing Conduit, the ultralight service mesh 2017-12-05 00:24:55 +00:00
MAINTAINERS.md remove Brian from maintainers (#2244) 2019-02-13 11:48:26 -08:00
README.md add community meeting info to README (#3466) 2019-09-23 17:26:42 -07:00
SECURITY_AUDIT.pdf Add security audit (#3008) 2019-06-28 16:04:41 -07:00
TEST.md Introduce Go modules support (#2481) 2019-07-25 14:41:38 -07:00
go.mod Revert "Trace Control Plane components using OC (#3461)" (#3484) 2019-09-26 11:56:44 -07:00
go.sum Update to client-go v12.0.0, forked stern (#3387) 2019-09-10 11:04:29 -07:00

README.md

Linkerd

GitHub Actions Status GitHub license Go Report Card Slack Status

🎈 Welcome to Linkerd! 👋

Linkerd is a service mesh, designed to give platform-wide observability, reliability, and security without requiring configuration or code changes.

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.12+ 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

Community meetings

We host regular online meetings for contributors, adopters, maintainers, and anyone else interested to connect in a synchronous fashion. These meetings take place the last Wednesday of the month at 9am Pacific / 4pm UTC.

We're a friendly group, so please feel free to join us!

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.

Security

Security Audit

A third party security audit was performed by Cure53. You can see the full report here.

License

Copyright 2019, 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.