Merge pull request #1833 from Kong/docs/remove-mesh-section

kong: remove service mesh section
This commit is contained in:
Tianon Gravi 2020-11-10 23:27:50 +00:00 committed by GitHub
commit d58c882e8d
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 0 additions and 7 deletions

View File

@ -111,10 +111,3 @@ This will run the [`kong reload`](https://docs.konghq.com/latest/cli/#reload) co
# Kubernetes Ingress # Kubernetes Ingress
Among the many deployment options [available](https://konghq.com/install), Kong also offers a [Kubernetes Ingress Controller](https://github.com/Kong/kubernetes-ingress-controller) ready to use in your K8S environment. Among the many deployment options [available](https://konghq.com/install), Kong also offers a [Kubernetes Ingress Controller](https://github.com/Kong/kubernetes-ingress-controller) ready to use in your K8S environment.
# Service Mesh
Since version 1.x you can run Kong in a Service Mesh deployment as a platform-agnostic sidecar proxy (including Kubernetes, but also on any other platform supported by Kong). To get started and learn more you can read the docs at:
- [Streams and Service Mesh](https://docs.konghq.com/latest/streams-and-service-mesh/)
- [Kubernetes and Service Mesh](https://github.com/Kong/kong-mesh-dist-kubernetes)