Ultralight, security-first service mesh for Kubernetes. Main repo for Linkerd 2.x.
Go to file
Kevin Lingerfelt 98c2686c95
CLI help updates: unhide install-cni (#2321)
* Un-hide linkerd-cni command and flags
* Tweak install-cni and install-sp descriptions

Signed-off-by: Kevin Lingerfelt <kl@buoyant.io>
2019-02-18 18:13:26 -08:00
.github Pin the `area/test` label (#2050) 2019-01-08 13:05:10 -08:00
bin Fix golangci-lint config to use default golint (#2284) 2019-02-14 13:55:30 -08:00
chart Split install template into component-specific files (#2313) 2019-02-18 15:31:17 -08:00
cli CLI help updates: unhide install-cni (#2321) 2019-02-18 18:13:26 -08:00
cni-plugin Generate CLI docs for usage by the website (#2296) 2019-02-15 13:28:31 -08:00
controller Add discovery package for managing discovery API (#2317) 2019-02-18 16:38:04 -08:00
grafana Instrument k8s clients (#2243) 2019-02-18 09:10:02 -08:00
pkg Fix handling of kubeconfig server urls that include paths (#2305) 2019-02-18 17:57:27 -08:00
proto Add discovery package for managing discovery API (#2317) 2019-02-18 16:38:04 -08:00
proxy-init Generate CLI docs for usage by the website (#2296) 2019-02-15 13:28:31 -08:00
test Rename linkerd-proxy-api to linkerd-destination (#2281) 2019-02-15 15:11:04 -08:00
testutil Add integration tests for single-namespace mode (#2247) 2019-02-14 09:19:11 -05:00
web Rename linkerd-proxy-api to linkerd-destination (#2281) 2019-02-15 15:11:04 -08: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 gitignore: Fix invalid glob (#2314) 2019-02-18 10:31:10 -08:00
.golangci.yml Fix golangci-lint config to use default golint (#2284) 2019-02-14 13:55:30 -08:00
.travis.yml Add Go code coverage to ci and docs (#2240) 2019-02-13 11:26:25 -08:00
BUILD.md Fix broken link in Linkerd2 BUILD.md (#2303) 2019-02-15 16:46:51 -08:00
CHANGES.md Update CHANGES.md for the stable-2.2.0 release (#2263) 2019-02-12 13:14:43 -08: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 WIP: CNI Plugin (#2071) 2019-01-30 11:51:34 -08:00
Dockerfile-proxy Fix Dockerfile-proxy to error out if fetch fails (#2252) 2019-02-13 11:27:40 -08:00
GOVERNANCE.md Adopt Linkerd's governance (#1301) 2018-07-10 15:06:59 -07:00
Gopkg.lock Generate CLI docs for usage by the website (#2296) 2019-02-15 13:28:31 -08:00
Gopkg.toml Upgrade Spinner to fix race condition (#2265) 2019-02-14 09:51:25 -05: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 update messaging and website repo name (#2135) 2019-01-24 06:58:59 +08:00
TEST.md Add Go code coverage to ci and docs (#2240) 2019-02-13 11:26:25 -08:00

README.md

Linkerd

Build 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.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.