mirror of https://github.com/status-im/consul.git
docs: consul-k8s Change "Consul Connect Service Mesh" to "Consul Service Mesh" (#12577)
This commit is contained in:
parent
55e864d125
commit
a1110845df
|
@ -12,15 +12,15 @@ description: >-
|
||||||
|
|
||||||
Consul has many integrations with Kubernetes. You can deploy Consul
|
Consul has many integrations with Kubernetes. You can deploy Consul
|
||||||
to Kubernetes using the [Helm chart](/docs/k8s/installation/install#helm-chart-installation) or [Consul K8s CLI](/docs/k8s/installation/install#consul-k8s-cli-installation), sync services between Consul and
|
to Kubernetes using the [Helm chart](/docs/k8s/installation/install#helm-chart-installation) or [Consul K8s CLI](/docs/k8s/installation/install#consul-k8s-cli-installation), sync services between Consul and
|
||||||
Kubernetes, run Consul Connect Service Mesh, and more.
|
Kubernetes, run Consul Service Mesh, and more.
|
||||||
This section documents the official integrations between Consul and Kubernetes.
|
This section documents the official integrations between Consul and Kubernetes.
|
||||||
|
|
||||||
## Use Cases
|
## Use Cases
|
||||||
|
|
||||||
**Consul Connect Service Mesh:**
|
**Consul Service Mesh:**
|
||||||
Consul can automatically inject the [Consul Connect](/docs/connect)
|
Consul can automatically inject the [Consul Service Mesh](/docs/connect)
|
||||||
sidecar into pods so that they can accept and establish encrypted
|
sidecar into pods so that they can accept and establish encrypted
|
||||||
and authorized network connections via mutual TLS. And because Connect
|
and authorized network connections via mutual TLS. And because Consul Service Mesh
|
||||||
can run anywhere, pods can also communicate with external services (and
|
can run anywhere, pods can also communicate with external services (and
|
||||||
vice versa) over a fully encrypted connection.
|
vice versa) over a fully encrypted connection.
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue