mirror of
https://github.com/status-im/consul.git
synced 2025-01-24 04:31:12 +00:00
docs: iptables for TProxy requirement (#12180)
* docs: iptables Add iptables requirement * Update website/content/docs/connect/transparent-proxy.mdx Co-authored-by: Kyle Schochenmaier <kschoche@gmail.com> Co-authored-by: Kyle Schochenmaier <kschoche@gmail.com>
This commit is contained in:
parent
759dd93544
commit
f4df4c25f2
@ -33,6 +33,7 @@ the traffic redirection command is automatically set up via an init container.
|
|||||||
* To use transparent proxy on Kubernetes, Consul-helm >= `0.32.0` and Consul-k8s >= `0.26.0` are required in addition to Consul >= `1.10.0`.
|
* To use transparent proxy on Kubernetes, Consul-helm >= `0.32.0` and Consul-k8s >= `0.26.0` are required in addition to Consul >= `1.10.0`.
|
||||||
* If the default policy for ACLs is "deny", then Service Intentions should be set up to allow intended services to connect to each other.
|
* If the default policy for ACLs is "deny", then Service Intentions should be set up to allow intended services to connect to each other.
|
||||||
Otherwise, all Connect services can talk to all other services.
|
Otherwise, all Connect services can talk to all other services.
|
||||||
|
* If using Transparent Proxy, all worker nodes within a Kubernetes cluster must have the `ip_tables` kernel module running, e.g. `modprobe ip_tables`.
|
||||||
|
|
||||||
The Kubernetes integration takes care of registering Kubernetes services with Consul, injecting a sidecar proxy, and
|
The Kubernetes integration takes care of registering Kubernetes services with Consul, injecting a sidecar proxy, and
|
||||||
enabling traffic redirection.
|
enabling traffic redirection.
|
||||||
|
Loading…
x
Reference in New Issue
Block a user