Ultralight, security-first service mesh for Kubernetes. Main repo for Linkerd 2.x.
Go to file
Risha Mars 6def3e22e9
Upgrade react and enzyme (#1708)
* Run yarn upgrader react

* Run yarn upgrade react-router

* run yarn upgrade react-test-renderer

* Remove enzyme-context-patch
2018-09-25 11:10:59 -07:00
.github Adopt Linkerd's governance (#1301) 2018-07-10 15:06:59 -07:00
bin Upgrade to dep 0.5.0, go 1.10.3 (#1479) 2018-08-17 16:04:50 -07:00
cli cli: add support for LINKERD_NAMESPACE environment variable (#1695) 2018-09-21 17:24:10 -07:00
controller Fix the debug message in endpoints watcher (#1658) 2018-09-20 13:03:45 -07:00
grafana Update version checks to support release channels (#1667) 2018-09-17 17:13:50 -07:00
pkg Make wait flag configurable for check and dashboard (#1654) 2018-09-19 10:42:29 -07:00
proto Rename CLI from conduit to linkerd (#1312) 2018-07-12 17:14:07 -07:00
proxy-init Add can-i checks to linkerd check --pre (#1644) 2018-09-17 11:31:10 -07:00
test Add can-i checks to linkerd check --pre (#1644) 2018-09-17 11:31:10 -07:00
testutil Modify inject to warn when file is un-injectable (#1603) 2018-09-10 10:34:25 -07:00
web Upgrade react and enzyme (#1708) 2018-09-25 11:10:59 -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 Upgrade to dep 0.5.0, go 1.10.3 (#1479) 2018-08-17 16:04:50 -07:00
.travis.yml Update version checks to support release channels (#1667) 2018-09-17 17:13:50 -07:00
BUILD.md Remove remaining conduit references in codebase (#1381) 2018-07-31 11:19:34 -07:00
CHANGES.md Update CHANGES.md for stable-2.0.0 release (#1677) 2018-09-18 08:27:00 -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 Upgrade to dep 0.5.0, go 1.10.3 (#1479) 2018-08-17 16:04:50 -07: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 Add can-i checks to linkerd check --pre (#1644) 2018-09-17 11:31:10 -07:00
Gopkg.toml Upgrade protobuf to v1.2.0 (#1591) 2018-09-06 11:36:29 -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 update README.md (#1657) 2018-09-19 02:02:27 +08:00
TEST.md Revert "Add note to TEST.md about kubectl version." 2018-07-25 12:33:06 -10:00

README.md

Linkerd

Build Status GitHub license 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.