mirror of https://github.com/linkerd/website.git
Updating FAQ (#1913)
* updating faq Signed-off-by: Joe Fuller <joe@buoyant.io> * editing dco Signed-off-by: Joe Fuller <joe@buoyant.io> Signed-off-by: Joe Fuller <joe@buoyant.io> * fixing lint issues Signed-off-by: Joe Fuller <joe@buoyant.io> --------- Signed-off-by: Joe Fuller <joe@buoyant.io>
This commit is contained in:
parent
d9dd673f97
commit
7314c97359
|
|
@ -27,7 +27,7 @@ security from the ground up, ranging from features like
|
||||||
plane that is
|
plane that is
|
||||||
[built in a Rust, memory-safe language](https://github.com/linkerd/linkerd2-proxy),
|
[built in a Rust, memory-safe language](https://github.com/linkerd/linkerd2-proxy),
|
||||||
and
|
and
|
||||||
[regular security audits](https://github.com/linkerd/linkerd2/blob/main/SECURITY_AUDIT.pdf).
|
[regular security audits](https://github.com/linkerd/linkerd2/tree/main/audits).
|
||||||
Finally, Linkerd has publicly
|
Finally, Linkerd has publicly
|
||||||
[committed to open governance](/2019/10/03/linkerds-commitment-to-open-governance/)
|
[committed to open governance](/2019/10/03/linkerds-commitment-to-open-governance/)
|
||||||
and is hosted by [the CNCF](https://cncf.io).
|
and is hosted by [the CNCF](https://cncf.io).
|
||||||
|
|
@ -35,7 +35,7 @@ and is hosted by [the CNCF](https://cncf.io).
|
||||||
## What's the difference between Linkerd and Envoy?
|
## What's the difference between Linkerd and Envoy?
|
||||||
|
|
||||||
Envoy is a proxy; Linkerd is a [service mesh](/what-is-a-service-mesh/). Linkerd
|
Envoy is a proxy; Linkerd is a [service mesh](/what-is-a-service-mesh/). Linkerd
|
||||||
has a control plane and a data plane, and uses a proxy is a component of the
|
has a control plane and a data plane, and uses a proxy as a component of the
|
||||||
data plane. While Envoy can be used as a component of a service mesh, Linkerd
|
data plane. While Envoy can be used as a component of a service mesh, Linkerd
|
||||||
uses an ultralight "micro-proxy" called
|
uses an ultralight "micro-proxy" called
|
||||||
[Linkerd2-proxy](https://github.com/linkerd/linkerd2-proxy), which is built in
|
[Linkerd2-proxy](https://github.com/linkerd/linkerd2-proxy), which is built in
|
||||||
|
|
@ -94,11 +94,11 @@ Yes. See the list of companies that provide
|
||||||
|
|
||||||
## What's on the Linkerd roadmap?
|
## What's on the Linkerd roadmap?
|
||||||
|
|
||||||
See the
|
You can stay updated on ongoing development by reviewing the
|
||||||
[Linkerd project roadmap](https://github.com/linkerd/linkerd2/blob/main/ROADMAP.md).
|
[active GitHub issues](https://github.com/linkerd/linkerd2/issues).
|
||||||
You may also review the
|
You can also check out the [Linkerd Blog](https://linkerd.io/blog/)
|
||||||
[active GitHub issues](https://github.com/linkerd/linkerd2/issues) for
|
or community updates for announcements on
|
||||||
shorter-term objectives.
|
upcoming features and priorities
|
||||||
|
|
||||||
## Can I present Linkerd to my team / company / meetup group?
|
## Can I present Linkerd to my team / company / meetup group?
|
||||||
|
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue