Ultralight, security-first service mesh for Kubernetes. Main repo for Linkerd 2.x.
Go to file
Cody Vandermyn 808fa381f9 A Slightly More Restrictive PSP (#3085)
* Adds more PSP restrictions
* Update test fixtures
* Updates PSP to be conditional on initContainer

- The proxy-init container runs as root and needs the PSP to allow this
user when there is an init container.

Signed-off-by: Cody Vandermyn <cody.vandermyn@nordstrom.com>
2019-07-24 10:12:33 -07:00
.github Pin the `area/test` label (#2050) 2019-01-08 13:05:10 -08:00
bin Update ServiceProfile CRD to version v1alpha2 and remove validation (#3078) 2019-07-23 11:46:31 -07:00
chart A Slightly More Restrictive PSP (#3085) 2019-07-24 10:12:33 -07:00
cli A Slightly More Restrictive PSP (#3085) 2019-07-24 10:12:33 -07:00
cni-plugin Add prometheus metrics for watchers (#3022) 2019-07-08 11:50:26 -07:00
controller Introduce Cluster Heartbeat cronjob (#3056) 2019-07-23 17:12:30 -07:00
grafana Bump Prometheus to 2.11.1, Grafana to 6.2.5 (#3123) 2019-07-23 13:37:56 -07:00
pkg Introduce Cluster Heartbeat cronjob (#3056) 2019-07-23 17:12:30 -07:00
proto Allow custom cluster domain in controller components (#2950) 2019-07-23 08:59:41 -07:00
proxy-identity proxy-identity: Set a CommonName on CSRs (#2626) 2019-04-03 13:54:50 -07:00
test Introduce Cluster Heartbeat cronjob (#3056) 2019-07-23 17:12:30 -07:00
testutil Improve object cleanup when integration tests fail (#3080) 2019-07-12 15:01:10 -05:00
web Update ServiceProfile CRD to version v1alpha2 and remove validation (#3078) 2019-07-23 11:46:31 -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
.proxy-version proxy: Update proxy to master (#3077) 2019-07-11 15:58:30 -07:00
.travis.yml Integration Test Script Pre-/Post-Test Cleanup (#3108) 2019-07-19 11:13:03 -07:00
ADOPTERS.md Add Candide to list of adopters (#3090) 2019-07-17 07:42:36 -07:00
BUILD.md Adding bin/dep ensure to web dev steps (#2924) 2019-06-11 16:19:49 -07:00
CHANGES.md Release notes for Edge-19.7.4 (#3101) 2019-07-18 12:24:47 -05: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-debug Add the ability to inject a debug sidecar (#2726) 2019-04-22 16:53:12 -07:00
Dockerfile-go-deps Bump base Docker images (#2241) 2019-02-22 15:59:18 -08:00
Dockerfile-proxy Add bin/git-commit-proxy-version (#3071) 2019-07-11 14:04:46 -07:00
GOVERNANCE.md Adopt Linkerd's governance (#1301) 2018-07-10 15:06:59 -07:00
Gopkg.lock Add prometheus metrics for watchers (#3022) 2019-07-08 11:50:26 -07:00
Gopkg.toml Add traffic splitting to destination profiles (#2931) 2019-06-28 13:19:47 -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 security audit (#3008) 2019-06-28 16:04:41 -07:00
SECURITY_AUDIT.pdf Add security audit (#3008) 2019-06-28 16:04:41 -07:00
TEST.md Improve object cleanup when integration tests fail (#3080) 2019-07-12 15:01:10 -05: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.

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.