docs: rename Connect Service Mesh Kubernetes to Consul Service Mesh on Kubernetes (#12690)

* docs:rename Connect Service Mesh Kubernetes to Consul Service Mesh on Kubernetes
This commit is contained in:
David Yu 2022-04-05 07:46:14 -07:00 committed by GitHub
parent e48c1611ee
commit a49cbf50dd
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 9 additions and 8 deletions

View File

@ -1,26 +1,27 @@
---
layout: docs
page_title: Service Mesh - Kubernetes
page_title: Consul Service Mesh on Kubernetes
description: >-
Connect is a feature built into to Consul that enables automatic
Consul Service Mesh is a feature built into to Consul that enables automatic
service-to-service authorization and connection encryption across your Consul
services. Connect can be used with Kubernetes to secure pod communication with
services. Consul Service Mesh can be used with Kubernetes to secure pod communication with
other services.
---
# Connect Service Mesh on Kubernetes
# Consul Service Mesh on Kubernetes
[Connect](/docs/connect) is a feature built into to Consul that enables
[Consul Service Mesh](/docs/connect) is a feature built into to Consul that enables
automatic service-to-service authorization and connection encryption across
your Consul services. Connect can be used with Kubernetes to secure pod
communication with other pods and external Kubernetes services.
your Consul services. Consul Service Mesh can be used with Kubernetes to secure pod
communication with other pods and external Kubernetes services. Consul Connect is used interchangeably with the name
Consul Service Mesh and is what will be used to refer to for Service Mesh functionality within Consul.
The Connect sidecar running Envoy can be automatically injected into pods in
your cluster, making configuration for Kubernetes automatic.
This functionality is provided by the
[consul-k8s project](https://github.com/hashicorp/consul-k8s) and can be
automatically installed and configured using the
[Consul Helm chart](/docs/k8s/installation/install).
[Consul Helm chart](/docs/k8s/installation/install#helm-chart-installation).
## Usage