mirror of https://github.com/hashicorp/consul
parent
a30ba335b6
commit
3ef758cefb
|
@ -20,7 +20,7 @@ Complete the following steps to configure failover service instances in Consul o
|
|||
|
||||
## Requirements
|
||||
|
||||
- `consul-k8s` v1.2.0-beta1 or newer.
|
||||
- `consul-k8s` v1.2.0 or newer.
|
||||
- Consul service mesh must be enabled. Refer to [How does Consul service mesh work on Kubernetes](/consul/docs/k8s/connect).
|
||||
- Proxies must be configured to run in transparent proxy mode.
|
||||
- To query virtual DNS names, you must use Consul DNS.
|
||||
|
@ -119,4 +119,4 @@ You can query the KubeDNS if the real and virtual services are in the same Kuber
|
|||
http://virtual-api.<namespace>.svc.cluster.local
|
||||
```
|
||||
|
||||
Note that you cannot use KubeDNS if a corresponding Kubernetes service and pod do not exist.
|
||||
Note that you cannot use KubeDNS if a corresponding Kubernetes service and pod do not exist.
|
||||
|
|
Loading…
Reference in New Issue