diff --git a/website/content/docs/k8s/connect/ingress-controllers.mdx b/website/content/docs/k8s/connect/ingress-controllers.mdx index e8e4c06d18..b814d12415 100644 --- a/website/content/docs/k8s/connect/ingress-controllers.mdx +++ b/website/content/docs/k8s/connect/ingress-controllers.mdx @@ -12,7 +12,9 @@ description: Configuring Ingress Controllers With Consul On Kubernetes [Transparent Proxy](/docs/connect/transparent-proxy) mode enabled. This page describes a general approach for integrating Ingress Controllers with Consul on Kubernetes to secure traffic from the Controller -to the backend services. This allows Consul to transparently secure traffic from the ingress point through the entire traffic flow of the service. +to the backend services by deploying sidecars along with your Ingress Controller. This allows Consul to transparently secure traffic from the ingress point through the entire traffic flow of the service. + +If you are looking for a fully supported solution for ingress traffic into Consul Service Mesh, please visit [Consul API Gateway](https://www.consul.io/docs/api-gateway) for instruction on how to install Consul API Gateway along with Consul on Kubernetes. A few steps are generally required to enable an Ingress controller to join the mesh and pass traffic through to a service: diff --git a/website/data/docs-nav-data.json b/website/data/docs-nav-data.json index b91baacd5b..1acb4ffb06 100644 --- a/website/data/docs-nav-data.json +++ b/website/data/docs-nav-data.json @@ -521,10 +521,6 @@ "title": "Configuring a Connect CA Provider", "path": "k8s/connect/connect-ca-provider" }, - { - "title": "Ambassador Edge Stack Integration", - "href": "https://learn.hashicorp.com/tutorials/consul/load-balancing-ambassador" - }, { "title": "Health Checks", "path": "k8s/connect/health"