Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Updating FAQ #1913

Merged
merged 3 commits into from
Jan 24, 2025
Merged
Changes from 2 commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
15 changes: 7 additions & 8 deletions linkerd.io/content/faq/_index.md
Original file line number Diff line number Diff line change
Expand Up @@ -27,15 +27,15 @@ security from the ground up, ranging from features like
plane that is
[built in a Rust, memory-safe language](https://github.com/linkerd/linkerd2-proxy),
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
[committed to open governance](/2019/10/03/linkerds-commitment-to-open-governance/)
and is hosted by [the CNCF](https://cncf.io).

## What's the difference between Linkerd and Envoy?

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
uses an ultralight "micro-proxy" called
[Linkerd2-proxy](https://github.com/linkerd/linkerd2-proxy), which is built in
Expand Down Expand Up @@ -94,11 +94,10 @@ Yes. See the list of companies that provide

## What's on the Linkerd roadmap?

See the
[Linkerd project roadmap](https://github.com/linkerd/linkerd2/blob/main/ROADMAP.md).
You may also review the
[active GitHub issues](https://github.com/linkerd/linkerd2/issues) for
shorter-term objectives.
You can stay updated on ongoing development by reviewing the
[active GitHub issues](https://github.com/linkerd/linkerd2/issues).
You can also check out the [Linkerd Blog](https://linkerd.io/blog/) or community updates for announcements on
upcoming features and priorities

## Can I present Linkerd to my team / company / meetup group?

Expand All @@ -114,7 +113,7 @@ you would without Linkerd, e.g. `service-name.namespace.svc.cluster.local`, or

## Does Linkerd handle ingress traffic?

" No. For reasons of simplicity, Linkerd doesn't provide ingress itself, but
"No. For reasons of simplicity, Linkerd doesn't provide ingress itself, but
instead
[works in conjunction with the ingress controller](https://linkerd.io/2/features/ingress/)
of your choice."
Expand Down
Loading