mirror of https://github.com/linkerd/linkerd2.git
95 lines
3.8 KiB
Markdown
95 lines
3.8 KiB
Markdown
![Linkerd][logo]
|
|
|
|
[![Build Status][ci-badge]][ci]
|
|
[![GitHub license][license-badge]](LICENSE)
|
|
[![Go Report Card][go-report-card-badge]][go-report-card]
|
|
[![Slack Status][slack-badge]][slack]
|
|
|
|
:balloon: Welcome to Linkerd! :wave:
|
|
|
|
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][cncf]) project.
|
|
|
|
## Repo layout
|
|
|
|
This is the primary repo for the Linkerd 2.x line of development.
|
|
|
|
The complete list of Linkerd repos is:
|
|
* [linkerd2][linkerd2]: Main Linkerd 2.x repo, including control plane and CLI
|
|
* [linkerd2-proxy][proxy]: Linkerd 2.x data plane proxy
|
|
* [linkerd2-proxy-api][proxy-api]: Linkerd 2.x gRPC API bindings
|
|
* [linkerd][linkerd1]: Linkerd 1.x
|
|
* [website][linkerd-website]: linkerd.io website (including docs for 1.x and 2.x)
|
|
|
|
## Quickstart and documentation
|
|
|
|
You can run Linkerd on any Kubernetes 1.9+ cluster in a matter of seconds. See
|
|
the [Linkerd Getting Started Guide][getting-started] for how.
|
|
|
|
For more comprehensive documentation, start with the [Linkerd
|
|
docs][linkerd-docs]. (The doc source code is available in the
|
|
[website][linkerd-website] repo.)
|
|
|
|
## Working in this repo ##
|
|
|
|
[`BUILD.md`](BUILD.md) includes general information on how to work in this repo.
|
|
|
|
We :heart: pull requests! See [`CONTRIBUTING.md`](CONTRIBUTING.md) for info on
|
|
contributing changes.
|
|
|
|
## Get involved
|
|
|
|
* Join Linkerd's [user mailing list][linkerd-users],
|
|
[developer mailing list][linkerd-dev], and [announcements mailing list][linkerd-announce].
|
|
* Follow [@linkerd][twitter] on Twitter.
|
|
* Join the [Linkerd Slack][slack].
|
|
|
|
## 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][coc].
|
|
|
|
## 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.
|
|
|
|
<!-- refs -->
|
|
[ci]: https://travis-ci.org/linkerd/linkerd2
|
|
[ci-badge]: https://travis-ci.org/linkerd/linkerd2.svg?branch=master
|
|
[cncf]: https://www.cncf.io/
|
|
[coc]: https://github.com/linkerd/linkerd/wiki/Linkerd-code-of-conduct
|
|
[getting-started]: https://linkerd.io/2/getting-started/
|
|
[golang]: https://golang.org/
|
|
[go-report-card]: https://goreportcard.com/report/github.com/linkerd/linkerd2
|
|
[go-report-card-badge]: https://goreportcard.com/badge/github.com/linkerd/linkerd2
|
|
[license-badge]: https://img.shields.io/github/license/linkerd/linkerd.svg
|
|
[linkerd1]: https://github.com/linkerd/linkerd
|
|
[linkerd2]: https://github.com/linkerd/linkerd2
|
|
[linkerd-announce]: https://lists.cncf.io/g/cncf-linkerd-announce
|
|
[linkerd-demo]: https://linkerd.io/2/getting-started/#step-3-install-the-demo-app
|
|
[linkerd-dev]: https://lists.cncf.io/g/cncf-linkerd-dev
|
|
[linkerd-docs]: https://linkerd.io/2/overview/
|
|
[linkerd-inject]: https://linkerd.io/2/adding-your-service/
|
|
[linkerd-users]: https://lists.cncf.io/g/cncf-linkerd-users
|
|
[linkerd-website]: https://github.com/linkerd/website
|
|
[logo]: https://user-images.githubusercontent.com/9226/33582867-3e646e02-d90c-11e7-85a2-2e238737e859.png
|
|
[proxy]: https://github.com/linkerd/linkerd2-proxy
|
|
[proxy-api]: https://github.com/linkerd/linkerd2-proxy-api
|
|
[rust]: https://www.rust-lang.org/
|
|
[slack-badge]: http://slack.linkerd.io/badge.svg
|
|
[slack]: http://slack.linkerd.io
|
|
[twitter]: https://twitter.com/linkerd
|