Browse Source

docs: mention Consul API gateway in Ingress Controllers page (#12268)

* docs: mention Consul API gateway

* Remove Ambassador integration

* Update ingress-controllers.mdx

* Update website/content/docs/k8s/connect/ingress-controllers.mdx

Co-authored-by: mrspanishviking <kcardenas@hashicorp.com>

Co-authored-by: mrspanishviking <kcardenas@hashicorp.com>
fix-syslog
David Yu 3 years ago committed by GitHub
parent
commit
bad0a6bfe3
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
  1. 4
      website/content/docs/k8s/connect/ingress-controllers.mdx
  2. 4
      website/data/docs-nav-data.json

4
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. [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 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: A few steps are generally required to enable an Ingress controller to join the mesh and pass traffic through to a service:

4
website/data/docs-nav-data.json

@ -521,10 +521,6 @@
"title": "Configuring a Connect CA Provider", "title": "Configuring a Connect CA Provider",
"path": "k8s/connect/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", "title": "Health Checks",
"path": "k8s/connect/health" "path": "k8s/connect/health"

Loading…
Cancel
Save