From b641be8466bb055a340b616b30203770409ee6d0 Mon Sep 17 00:00:00 2001 From: Thomas Eckert Date: Mon, 8 Aug 2022 17:09:33 -0400 Subject: [PATCH] Clean up external links about proxies Co-authored-by: Tu Nguyen --- website/content/docs/k8s/k8s-cli.mdx | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/website/content/docs/k8s/k8s-cli.mdx b/website/content/docs/k8s/k8s-cli.mdx index 7da9ba3640..1923833701 100644 --- a/website/content/docs/k8s/k8s-cli.mdx +++ b/website/content/docs/k8s/k8s-cli.mdx @@ -120,13 +120,13 @@ This command will list proxies alongside their `Type`. Types of proxies include: - `Sidecar`: these will be the majority of pods in the cluster. They run the proxy in a sidecar pattern to network the pod as a service in the mesh. - `API Gateway`: these pods run a proxy to manage connections with networks - outside of the Consul cluster. [Read more about API gateways](/docs/api-gateway). + outside of the Consul cluster. Read more about [API gateways](/docs/api-gateway). - `Ingress Gateway`: these pods run a proxy to manage ingress into the - Kubernetes cluster. [Read more about ingress gateways](/docs/k8s/connect/ingress-gateways). + Kubernetes cluster. Read more about [ingress gateways](/docs/k8s/connect/ingress-gateways). - `Terminating Gateway`: these pods run a proxy to control connections to - external services. [Read more about terminating gateways](/docs/k8s/connect/terminating-gateways). + external services. Read more about [terminating gateways](/docs/k8s/connect/terminating-gateways). - `Mesh Gateway`: these pods run a proxy to manage connections between - Consul clusters connected using mesh federation. [Read more about Consul Mesh Federation](/docs/k8s/installation/multi-cluster/kubernetes). + Consul clusters connected using mesh federation. Read more about [Consul Mesh Federation](/docs/k8s/installation/multi-cluster/kubernetes). #### Example Commands