docs: Consul Service Mesh overview - rename of title and K8s getting started (#12574)

* Consul Service Mesh overview - rename of title and K8s getting started

* reformat lines
pull/12252/head
David Yu 2022-03-18 08:55:57 -07:00 committed by GitHub
parent b36d4e16b6
commit 858e05e7d7
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 11 additions and 10 deletions

View File

@ -6,16 +6,15 @@ description: |-
encryption using mutual TLS. encryption using mutual TLS.
--- ---
# Connect # Consul Service Mesh
Consul Connect provides service-to-service connection authorization and Consul Service Mesh provides service-to-service connection authorization and
encryption using mutual Transport Layer Security (TLS). Applications can use encryption using mutual Transport Layer Security (TLS). Consul Connect is used interchangeably
[sidecar proxies](/docs/connect/proxies) in a service mesh configuration to with the name Consul Service Mesh and is what this document will use to refer to for Service Mesh functionality within Consul.
establish TLS connections for inbound and outbound connections without being aware Applications can use [sidecar proxies](/docs/connect/proxies) in a service mesh configuration to
of Connect at all. Applications may also [natively integrate with Connect](/docs/connect/native) establish TLS connections for inbound and outbound connections without being aware of Connect at all.
for optimal performance and security. Connect can help you secure your services and provide data Applications may also [natively integrate with Connect](/docs/connect/native) for optimal performance and security.
about service-to-service Connect can help you secure your services and provide data about service-to-service communications.
communications.
Review the video below to learn more about Consul Connect from HashiCorp's co-founder Armon. Review the video below to learn more about Consul Connect from HashiCorp's co-founder Armon.
@ -48,7 +47,7 @@ collect data about it. Consul Connect can configure Envoy proxies to collect
layer 7 metrics and export them to tools like Prometheus. Correctly instrumented layer 7 metrics and export them to tools like Prometheus. Correctly instrumented
applications can also send open tracing data through Envoy. applications can also send open tracing data through Envoy.
## Getting Started With Connect ## Getting Started With Consul Service Mesh
There are several ways to try Connect in different environments. There are several ways to try Connect in different environments.
@ -56,6 +55,8 @@ There are several ways to try Connect in different environments.
walks you through installing Consul as service mesh for Kubernetes using the Helm walks you through installing Consul as service mesh for Kubernetes using the Helm
chart, deploying services in the service mesh, and using intentions to secure service chart, deploying services in the service mesh, and using intentions to secure service
communications. communications.
- The [Getting Started With Consul Service Mesh for Kubernetes](https://learn.hashicorp.com/tutorials/consul/service-mesh-deploy?in=consul/gs-consul-service-mesh?utm_source=WEBSITE&utm_medium=WEB_IO&utm_offer=ARTICLE_PAGE&utm_content=DOCS) guide walks you through installing Consul on Kubernetes to set up a service mesh for establishing communication between Kubernetes services.
- The [Secure Service-to-Service Communication tutorial](https://learn.hashicorp.com/tutorials/consul/service-mesh-with-envoy-proxy?utm_source=WEBSITE&utm_medium=WEB_IO&utm_offer=ARTICLE_PAGE&utm_content=DOCS) - The [Secure Service-to-Service Communication tutorial](https://learn.hashicorp.com/tutorials/consul/service-mesh-with-envoy-proxy?utm_source=WEBSITE&utm_medium=WEB_IO&utm_offer=ARTICLE_PAGE&utm_content=DOCS)
is a simple walk through of connecting two services on your local machine is a simple walk through of connecting two services on your local machine