mirror of https://github.com/linkerd/linkerd2.git
polish README (#4686)
- match messaging w/website - replace specific K8s versions with "modern" (future-proofing) - Copyright 2019 -> 2020 - Minor tweaks Signed-off-by: William Morgan <william@buoyant.io>
This commit is contained in:
parent
aea541d6f9
commit
4b9cf1d088
17
README.md
17
README.md
|
@ -9,8 +9,9 @@
|
||||||
|
|
||||||
:balloon: Welcome to Linkerd! :wave:
|
:balloon: Welcome to Linkerd! :wave:
|
||||||
|
|
||||||
Linkerd is a *service mesh*, designed to give platform-wide observability,
|
Linkerd is an ultralight, security-first service mesh for Kubernetes. Linkerd
|
||||||
reliability, and security without requiring configuration or code changes.
|
adds critical security, observability, and reliability features to your
|
||||||
|
Kubernetes stack with no code change required.
|
||||||
|
|
||||||
Linkerd is a Cloud Native Computing Foundation ([CNCF][cncf]) project.
|
Linkerd is a Cloud Native Computing Foundation ([CNCF][cncf]) project.
|
||||||
|
|
||||||
|
@ -29,8 +30,8 @@ The complete list of Linkerd repos is:
|
||||||
|
|
||||||
## Quickstart and documentation
|
## Quickstart and documentation
|
||||||
|
|
||||||
You can run Linkerd on any Kubernetes 1.13+ cluster in a matter of seconds. See
|
You can run Linkerd on any modern Kubernetes cluster in a matter of seconds.
|
||||||
the [Linkerd Getting Started Guide][getting-started] for how.
|
See the [Linkerd Getting Started Guide][getting-started] for how.
|
||||||
|
|
||||||
For more comprehensive documentation, start with the [Linkerd
|
For more comprehensive documentation, start with the [Linkerd
|
||||||
docs][linkerd-docs]. (The doc source code is available in the
|
docs][linkerd-docs]. (The doc source code is available in the
|
||||||
|
@ -47,15 +48,15 @@ contributing changes.
|
||||||
|
|
||||||
* Join Linkerd's [user mailing list][linkerd-users], [developer mailing
|
* Join Linkerd's [user mailing list][linkerd-users], [developer mailing
|
||||||
list][linkerd-dev], and [announcements mailing list][linkerd-announce].
|
list][linkerd-dev], and [announcements mailing list][linkerd-announce].
|
||||||
* Follow [@linkerd][twitter] on Twitter.
|
* Follow [@Linkerd][twitter] on Twitter.
|
||||||
* Join the [Linkerd Slack][slack].
|
* Join the [Linkerd Slack][slack].
|
||||||
* Join us in the regular online community meetings!
|
* Join us in the regular online community meetings!
|
||||||
|
|
||||||
## Community meetings
|
## Community meetings
|
||||||
|
|
||||||
We host regular online meetings for contributors, adopters, maintainers, and
|
We host regular online meetings for contributors, adopters, maintainers, and
|
||||||
anyone else interested to connect in a synchronous fashion. These meetings take
|
anyone else interested to connect in a synchronous fashion. These meetings
|
||||||
place the last Wednesday of the month at 9am Pacific / 4pm UTC.
|
usually take place the last Wednesday of the month at 9am Pacific / 4pm UTC.
|
||||||
|
|
||||||
* [Zoom link](https://zoom.us/my/cncflinkerd)
|
* [Zoom link](https://zoom.us/my/cncflinkerd)
|
||||||
* [Google calendar](https://calendar.google.com/calendar/embed?src=buoyant.io_j28ik70vrl3418f4oldkdici7o%40group.calendar.google.com)
|
* [Google calendar](https://calendar.google.com/calendar/embed?src=buoyant.io_j28ik70vrl3418f4oldkdici7o%40group.calendar.google.com)
|
||||||
|
@ -78,7 +79,7 @@ report [here](SECURITY_AUDIT.pdf).
|
||||||
|
|
||||||
## License
|
## License
|
||||||
|
|
||||||
Copyright 2019, Linkerd Authors. All rights reserved.
|
Copyright 2020 the Linkerd Authors. All rights reserved.
|
||||||
|
|
||||||
Licensed under the Apache License, Version 2.0 (the "License"); you may not use
|
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
|
these files except in compliance with the License. You may obtain a copy of the
|
||||||
|
|
Loading…
Reference in New Issue