Skip to content

Commit

Permalink
Fixed some typos on glossary anchors (kubernetes#1055)
Browse files Browse the repository at this point in the history
  • Loading branch information
alpeb authored Apr 24, 2021
1 parent 40ceb88 commit a557225
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions linkerd.io/content/service-mesh-glossary/_index.md
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ faqs:
- question: What is a Control Plane?
answer:
The control plane of a service mesh provides the command and control
signals required for the [data plane](#data-pane) to operate. The control
signals required for the [data plane](#data-plane) to operate. The control
plane controls the data plane and provides the UI and API that operators
use to configure, monitor, and operate the mesh.
- question: What is a Data Plane?
Expand Down Expand Up @@ -82,7 +82,7 @@ application.
## Control Plane

The control plane of a service mesh provides the command and control signals
required for the [data plane](#data-pane) to operate. The control plane controls
required for the [data plane](#data-plane) to operate. The control plane controls
the data plane and provides the UI and API that operators use to configure,
monitor, and operate the mesh.

Expand Down Expand Up @@ -131,9 +131,9 @@ services and are the vehicle through which service mesh features are introduced.
A sidecar proxy is a proxy that is deployed alongside the applications in the
mesh. (In Kubernetes, as a container within the application's pod.) The sidecar
proxy intercepts network calls to and from the applications and is responsible
for implementing any [control plane](#control-pane)’s logic or rules.
for implementing any [control plane](#control-plane)’s logic or rules.
Collectively, the sidecar proxies form the service mesh's
[data plane](#data-pane). Linkerd uses a Rust-based "micro-proxy" called
[data plane](#data-plane). Linkerd uses a Rust-based "micro-proxy" called
Linkerd2-proxy that is specifically designed for the service mesh use case.
Linkerd2-proxy is significantly lighter and easier to operate than
general-purpose proxies such as Envoy or NGINX. See
Expand Down

0 comments on commit a557225

Please sign in to comment.