Ultralight, security-first service mesh for Kubernetes. Main repo for Linkerd 2.x.
Go to file
Carol A. Scott 45aa10dcc2
Modifying Contribution Guidelines for PRs (#2587)
This PR modifies the Linkerd2 Contribution Guidelines. It adds a request that
PRs include instructions on how to test changes, and to include a screenshot if
there is a UI change.
2019-03-28 16:09:09 -07:00
.github Pin the `area/test` label (#2050) 2019-01-08 13:05:10 -08:00
bin Bump proxy version (#2539) 2019-03-21 15:17:52 -07:00
chart install: Replace EnableHA with resource values (#2572) 2019-03-27 15:56:30 -07:00
cli install: Replace EnableHA with resource values (#2572) 2019-03-27 15:56:30 -07:00
cni-plugin Introduce the Identity controller implementation (#2521) 2019-03-19 13:58:45 -07:00
controller Promote the shared injection check to the CLI and webhook (#2555) 2019-03-27 14:51:05 -07:00
grafana Add TCP stats to the Linkerd Pod Grafana dashboard (#2329) (#2477) 2019-03-14 14:49:13 -07:00
pkg Promote the shared injection check to the CLI and webhook (#2555) 2019-03-27 14:51:05 -07:00
proto install: Create auto-inject configuration (#2562) 2019-03-26 15:28:54 -07:00
proxy-identity Provide peer Identities via the Destination API (#2537) 2019-03-22 09:19:14 -07:00
proxy-init Introduce the Identity controller implementation (#2521) 2019-03-19 13:58:45 -07:00
test Always show TCP open connections in the CLI (#2533) 2019-03-27 13:34:28 -07:00
testutil Remove `--tls=optional` and `linkerd-ca` (#2515) 2019-03-18 17:40:31 -07:00
web Better handle TCP only resources in the dashboard (#2532) 2019-03-26 14:39:54 -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 gitignore: Fix invalid glob (#2314) 2019-02-18 10:31:10 -08:00
.golangci.yml lint: Enable unparam (#2369) 2019-02-27 10:34:02 -08:00
.travis.yml Generate .gitcookies during ci to fix rate-limits (#2485) 2019-03-11 14:24:55 -07:00
BUILD.md Stop background processes on failure (#2478) 2019-03-20 10:25:36 -07:00
CHANGES.md Adding edge-19.3.3 updates (#2544) 2019-03-22 13:26:30 -07:00
CONTRIBUTING.md Modifying Contribution Guidelines for PRs (#2587) 2019-03-28 16:09:09 -07:00
DCO Add contributing doc and DCO file (#88) 2017-12-22 14:54:27 -08:00
Dockerfile-base Bump base Docker images (#2241) 2019-02-22 15:59:18 -08:00
Dockerfile-go-deps Bump base Docker images (#2241) 2019-02-22 15:59:18 -08:00
Dockerfile-proxy inject: Configure proxies to enable Identity (#2536) 2019-03-21 18:39:05 -07:00
GOVERNANCE.md Adopt Linkerd's governance (#1301) 2018-07-10 15:06:59 -07:00
Gopkg.lock Introduce the Identity controller implementation (#2521) 2019-03-19 13:58:45 -07:00
Gopkg.toml Introduce the Identity controller implementation (#2521) 2019-03-19 13:58:45 -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 README and test updates (#2467) 2019-03-07 14:36:41 -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 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.