From e5ef0d57c4a71cd06718e96b49c73b43b5e2724e Mon Sep 17 00:00:00 2001 From: David Yu Date: Thu, 6 Jul 2023 13:18:40 -0700 Subject: [PATCH] Update index.mdx --- website/content/docs/k8s/connect/index.mdx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/website/content/docs/k8s/connect/index.mdx b/website/content/docs/k8s/connect/index.mdx index 752ce9049c58..862764e07125 100644 --- a/website/content/docs/k8s/connect/index.mdx +++ b/website/content/docs/k8s/connect/index.mdx @@ -33,7 +33,7 @@ When transparent proxy mode is enabled, all service-to-service traffic is requir -> **Note:** A Kubernetes Service is **required** to register services on the Consul Service Mesh as Consul monitors the lifecyle of a Kubernetes service and its service instances using the service object. In addition the Kubernetes service is used to register and de-register the service from the Catalog. -Below are multiple scenarios for registering workloads on Kubernetes onto Consul Service Mesh. Each scenario provides an example Kubernetes manifest to help quickly understand how to use Consul Service Mesh once you have installed Consul on Kubernetes. +Below are multiple scenarios for registering workloads on Kubernetes onto Consul Service Mesh. Each scenario provides an example Kubernetes manifest to help quickly understand how to use Consul Service Mesh on a specific Kubernetes workload type. - [Kubernetes Pods running as a deployment](#kubernetes-pods-running-as-a-deployment) - [Connecting to mesh-enabled Services](#connecting-to-mesh-enabled-services)