Skip to content

Commit

Permalink
fix links
Browse files Browse the repository at this point in the history
  • Loading branch information
trujillo-adam committed Aug 31, 2023
1 parent 67e3328 commit 3345473
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 5 deletions.
Original file line number Diff line number Diff line change
@@ -1,7 +1,8 @@
---
layout: docs
page_title: Deploy service mesh proxies
description: Envoy and other proxies in Consul service mesh enable service-to-service communication across your network. Learn how to deploy service mesh proxies in this topic.
description: >-
Envoy and other proxies in Consul service mesh enable service-to-service communication across your network. Learn how to deploy service mesh proxies in this topic.
---

# Deploy service mesh proxies services
Expand Down
8 changes: 4 additions & 4 deletions website/content/docs/connect/proxies/index.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -49,7 +49,7 @@ Service mesh proxies do not support dynamic upstreams. If an application require

## Proxies in Kubernetes-orchestrated networks

For Kubernetes-orchestrated environments, Consul deploys _dataplanes_ by default to manage proxies. Consul dataplanes are light-weight processes that leverage existing Kubernetes sidecar orchestration capabilities. Refer to the [ dataplanes documentation](/consul/docs/connect/dataplane) for additional information.
For Kubernetes-orchestrated environments, Consul deploys _dataplanes_ by default to manage proxies. Consul dataplanes are light-weight processes that leverage existing Kubernetes sidecar orchestration capabilities. Refer to the [dataplanes documentation](/consul/docs/connect/dataplane) for additional information.

## Guidance

Expand All @@ -61,14 +61,14 @@ Refer to the following resources for help using service mesh proxies:

### Usage documentation

- [Deploy service mesh proxies](/consul/docs/connect/proxies) <!-- TODO add proper link -->
- [Deploy sidecar proxies](/consul/docs/connect/registration/sidecar-service) <!-- TODO update to real link -->
- [Deploy service mesh proxies](/consul/docs/connect/proxies/deploy-service-mesh-proxies)
- [Deploy sidecar proxies](/consul/docs/connect/proxies/deploy-sidecar-services)
- [Extend Envoy proxies](/consul/docs/connect/proxies/envoy-extensions)
- [Integrate custom proxies](/consul/docs/connect/proxies/integrate)

### Reference documentation

- [Proxy defaults configuration entry reference](/consul/docs/connect/config-entries/proxy-defaults) for additional information.
- [Envoy proxies reference](/consul/docs/connect/proxies/envoy)
- [Service mesh proxy configuration reference](/consul/docs/connect/proxies/builtin)
- [Service mesh proxy configuration reference](/consul/docs/connect/proxies/proxy-config-reference)
- [`consul connect envoy` command](/consul/commands/connect/envoy)

0 comments on commit 3345473

Please sign in to comment.