Ultralight, security-first service mesh for Kubernetes. Main repo for Linkerd 2.x.
Go to file
Alejandro Pedraza 50fbcc60b5
Add support for `basePath` in swagger 2.0 files (#2211)
Fixes #2175

Signed-off-by: Alejandro Pedraza <alejandro@buoyant.io>
2019-02-06 13:44:35 -05:00
.github Pin the `area/test` label (#2050) 2019-01-08 13:05:10 -08:00
bin Configure proxy keepalives via the environment (#2193) 2019-02-04 16:16:43 -08:00
chart Introduce go generate to embed static templates (#2189) 2019-02-04 18:09:47 -08:00
cli If GOPATH env var not set, use build.Default.GOPATH (#2215) 2019-02-06 13:23:48 -05:00
cni-plugin Introduce go generate to embed static templates (#2189) 2019-02-04 18:09:47 -08:00
controller Introduce go generate to embed static templates (#2189) 2019-02-04 18:09:47 -08:00
grafana Wire up stats commands for daemonsets (#2006) (#2086) 2019-01-24 14:34:13 -08:00
pkg Add support for `basePath` in swagger 2.0 files (#2211) 2019-02-06 13:44:35 -05:00
proto Introduce resource selector and deprecate namespace field for ListPods (#2025) 2019-01-23 10:35:55 -08:00
proxy-init Introduce go generate to embed static templates (#2189) 2019-02-04 18:09:47 -08:00
test Introduce version consistency checks (#2130) 2019-01-23 16:54:43 -08:00
testutil Setup port-forwarding for linkerd dashboard command (#2052) 2019-01-10 10:16:08 -08:00
web Introduce go generate to embed static templates (#2189) 2019-02-04 18:09:47 -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 Introduce go generate to embed static templates (#2189) 2019-02-04 18:09:47 -08:00
.travis.yml WIP: CNI Plugin (#2071) 2019-01-30 11:51:34 -08:00
BUILD.md Rename fast-build to build-cli-bin, fix shasum (#2137) 2019-01-23 15:25:51 -08:00
CHANGES.md Update CHANGES.md for edge-19.1.4 release (#2186) 2019-01-31 17:59:40 -05: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 Add LICENSE files to all Docker images (#1727) 2018-10-02 16:25:52 -07:00
GOVERNANCE.md Adopt Linkerd's governance (#1301) 2018-07-10 15:06:59 -07:00
Gopkg.lock Introduce go generate to embed static templates (#2189) 2019-02-04 18:09:47 -08:00
Gopkg.toml Add support for timeouts in service profiles (#2149) 2019-01-30 16:48:55 -08: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 messaging and website repo name (#2135) 2019-01-24 06:58:59 +08:00
TEST.md Doc fixup following #2044 (#2046) 2019-01-04 14:47:24 -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.