/docs/connect/gateways

This commit is contained in:
boruszak 2022-09-13 15:52:02 -05:00
parent 56b808d4ad
commit ad9b8789e8
3 changed files with 7 additions and 10 deletions

View File

@ -1,11 +1,11 @@
---
layout: docs
page_title: Gateways
page_title: Gateways Overview
description: >-
Gateways provide connectivity into, out of, and between Consul service meshes.
Gateways are proxies that direct traffic into, out of, and inside of Consul's service mesh. They secure communication with external network resources and enable services on different runtimes and cloud providers to communicate with each other.
---
# Gateways
# Gateways Overview
This topic provides an overview of the gateway features shipped with Consul. Gateways provide connectivity into, out of, and between Consul service meshes. You can configure the following types of gateways:

View File

@ -1,9 +1,8 @@
---
layout: docs
page_title: Using Ingress Gateways to Connect External Traffic to Internal Services
page_title: Ingress Gateway | Service Mesh
description: >-
This topic describes how ingress gateways enable traffic from external services to reach services inside the Consul service mesh.
It provides guidance on how to use Envoy and how to plug into your preferred gateway.
Ingress gateways listen for requests from external network locations and route authorized traffic to destinations in the service mesh. Use custom TLS certificates with ingress gateways through Envoy's gRPC Secret Discovery Service (SDS).
---
# Ingress Gateways

View File

@ -1,10 +1,8 @@
---
layout: docs
page_title: Internal <> External Services - Terminating Gateways
page_title: Terminating Gateway | Service Mesh
description: >-
A terminating gateway enables traffic from services in the Consul
service mesh to services outside the mesh. This section details
how to configure and run a terminating gateway.
Terminating gateways send requests from inside the service mesh to external network locations, including upstream sources. Learn about requirements and terminating gateway interactions with Consul's service catalog.
---
# Terminating Gateways