< img height="1" width="1" style="display:none;" alt="" src="https://px.ads.linkedin.com/collect/?pid=3131724&fmt=gif" />

编辑 Overlay 模式

本节介绍如何编辑 Overlay 模式。

Overlay 模式可以实现容器的跨主机互相通信,而无需对宿主机的物理网络进行改动。

Prerequisites

  • You should join a cluster and have the 集群网络资源管理 permission within the cluster. For more information, refer to "Cluster Members" and "Cluster Roles".

  • KubeSphere 平台需要安装并启用 KubeSphere 网络扩展组件。

Steps

  1. Log in to the KubeSphere web console with a user who has the 集群网络资源管理 permission, and access your cluster.

  2. Click 网络 > 容器组 IP 池 in the left navigation pane.

  3. 在需要操作的容器组 IP 池右侧点击more,然后在下拉列表中选择编辑 Overlay 模式

  4. 编辑 Overlay 模式对话框,选择 IPIP 模式或 VXLAN 模式,然后点击确定

    模式 描述

    IPIP 模式

    在每个节点上创建一个 IP in IP 隧道来实现容器之间的通信。取值如下:

    • Always: 永远进行 IPIP 封装(默认)。

    • CrossSubnet: 只在跨网段时才进行 IPIP 封装。

    • Never: 从不进行 IPIP 封装。

    VXLAN 模式

    在每个节点上创建一个 VXLAN 隧道来实现容器之间的通信。取值如下:

    • Always: 永远进行 VXLAN 封装。

    • CrossSubnet: 只在跨网段时才进行 VXLAN 封装。

    • Never: 从不进行 VXLAN 封装。

Note

若两者都设置为 Never,则使用 BGP 模式。

Receive the latest news, articles and updates from KubeSphere


Thanks for the feedback. If you have a specific question about how to use KubeSphere, ask it on Slack. Open an issue in the GitHub repo if you want to report a problem or suggest an improvement.

What’s on this Page