mirror of https://github.com/istio/istio.io.git
Fix FAQ for UDP is supported (#5178)
* Fix FAQ for UDP is supported * Update content/en/faq/traffic-management/naming-port-convention.md Co-Authored-By: Martin Taillefer <geeknoid@users.noreply.github.com>
This commit is contained in:
parent
38f252fb68
commit
0a51978c26
|
|
@ -3,6 +3,6 @@ title: What protocols does Istio support?
|
|||
weight: 50
|
||||
---
|
||||
|
||||
Currently, Istio supports TCP based protocols. In additional to this, Istio provides additional functionality, such as routing and metrics, from other protocols such as `http` and `mysql`. Currently, UDP traffic is not supported.
|
||||
Currently, Istio supports TCP based protocols. Additionally, Istio provides functionality such as routing and metrics for other protocols such as `http` and `mysql`.
|
||||
|
||||
For a list of all protocols, and information on how to configure protocols, view the [Protocol Selection](/docs/ops/traffic-management/protocol-selection/) documentation.
|
||||
|
|
|
|||
Loading…
Reference in New Issue