このページは、まだ日本語ではご利用いただけません。翻訳中です。
旧バージョンのドキュメントを参照しています。 最新のドキュメントはこちらをご参照ください。
IPv6 support
All Kong Mesh entities do support running in mixed IPv4 and IPv6 environments as well as pure IPv6 setup. This includes global and zone control planes, the data plane proxy, the accompanying iptables scripts and the CNI.
For the most part any IPv6 setup will work out of the box, but there are some specifics that need to be taken into account:
-
when the data plane proxies are run in IPv6 only environment (i.e. no IPv4 address), the DNS shall be set to generate relevant IPv6 addresses using
KUMA_DNS_SERVER_CIDR
. Please make sure there is no overlap with a pre-existing network in your environment. -
On Universal, when the Dataplane resource is generated, specify
networking.transparentProxying.redirectPortInboundV6
. The default value for that port is15010
.
type: Dataplane
mesh: default
name:
networking:
address:
inbound:
- port:
tags:
kuma.io/service: demo-client
transparentProxying:
redirectPortInbound: 15006
redirectPortInboundV6: 15010
redirectPortOutbound: 15001
Disabling IPv6
In some cases you might not want to use IPv6 at all.