mirror of https://github.com/hashicorp/consul
Update configure.mdx
parent
86110ebac8
commit
c79b1eb51c
|
@ -6,6 +6,12 @@ description: Learn how to enable the v2 catalog and configure services to suppor
|
|||
|
||||
# Configure multi-port services
|
||||
|
||||
<Warning>
|
||||
|
||||
The v2 catalog API and Traffic Permissions API are currently in beta. This documentation supports testing and development scenarios. Do the v2 catalog API in secure production environments.
|
||||
|
||||
</Warning>
|
||||
|
||||
<Note>
|
||||
|
||||
Multi-port services and selecting workloads using multiple services require enabling [Consul's v2 architecture](/consul/docs/architecture/v2).
|
||||
|
@ -482,4 +488,4 @@ Refer to the following pages for more information:
|
|||
- [Split traffic between services](/consul/docs/k8s/multiport/traffic-split)
|
||||
- [gRPC route example: route traffic by matching header](/consul/docs/k8s/multiport/reference/httproute#route-traffic-by-matching-header)
|
||||
- [HTTP route example: route traffic by matching header](/consul/docs/k8s/multiport/reference/httproute#route-traffic-by-matching-header)
|
||||
- [HTTP route example: route traffic by matching header and query parameter](/consul/docs/k8s/multiport/reference/httproute#route-traffic-by-matching-header-and-query-parameter)
|
||||
- [HTTP route example: route traffic by matching header and query parameter](/consul/docs/k8s/multiport/reference/httproute#route-traffic-by-matching-header-and-query-parameter)
|
||||
|
|
Loading…
Reference in New Issue