mirror of
https://github.com/kemko/nomad.git
synced 2026-01-05 09:55:44 +03:00
Update index.mdx
This commit is contained in:
@@ -233,12 +233,15 @@ net.bridge.bridge-nf-call-iptables = 1
|
||||
<h3>Install `consul-cni` for Service Mesh</h3>
|
||||
|
||||
If the `transparent_proxy` block is used for Consul Service Mesh, then the
|
||||
`consul-cni` CNI Plugin must be installed to redirect outbound traffic to
|
||||
the Envoy proxy.
|
||||
`consul-cni` CNI Plugin must be installed on each client node to redirect inbound
|
||||
and outbound traffic for services to the Envoy proxy. The following commands
|
||||
assume that the linux packages repositories have already been added using `apt` or
|
||||
`yum`.
|
||||
|
||||
<Tabs>
|
||||
|
||||
<Tab heading="CentOS/RHEL">
|
||||
|
||||
Install the `consul-cni` plugin on each client node.
|
||||
|
||||
```shell-session
|
||||
|
||||
Reference in New Issue
Block a user