Skip to content

Commit

Permalink
update readme (#2190)
Browse files Browse the repository at this point in the history
* update readme

Signed-off-by: [email protected] <[email protected]>

* update readme

Signed-off-by: [email protected] <[email protected]>

---------

Signed-off-by: [email protected] <[email protected]>
  • Loading branch information
weizhoublue authored Aug 15, 2023
1 parent 24151cf commit a4a40f1
Show file tree
Hide file tree
Showing 4 changed files with 20 additions and 18 deletions.
9 changes: 5 additions & 4 deletions README-zh_CN.md
Original file line number Diff line number Diff line change
Expand Up @@ -206,10 +206,11 @@ Spiderpool 提供了节点拓扑的 IP 池功能,与虚拟机的相同 IP 分

并且,能够帮助实施 IP 地址冲突检测、网关可达性检测,以保证 Pod 通信正常,可参考[例子](./docs/usage/coordinator.md)

* 基于节点拓扑的 IP 池功能,支持运行在裸金属[例子](./docs/usage/network-topology-zh_CN.md)
vmware 虚拟机[例子](./docs/usage/install/cloud/get-started-vmware-zh_CN.md)
openstack 虚拟机[例子](./docs/usage/install/cloud/get-started-openstack-zh_CN.md)
公有云[例子](./docs/usage/install/cloud/get-started-alibaba-zh_CN.md)等场景。
* 基于节点拓扑的 IP 池功能,满足每个节点精细化的子网规划需求,可参考[例子](./docs/usage/network-topology-zh_CN.md)

* 在 vmware vsphere 平台上,无需打开 vswitch 的["混杂"转发模式](https://docs.vmware.com/cn/VMware-vSphere/8.0/vsphere-security/GUID-3507432E-AFEA-4B6B-B404-17A020575358.html),即可运行 underlay CNI 解决方案,从而确保 vsphere 平台的转发性能。参考[例子](./docs/usage/install/cloud/get-started-vmware-zh_CN.md)

* spiderpool 能在任意厂商的公有云平台、openstack 上运行容器 underlay 网络,从而用统一的技术栈满足多云、混合云场景下的需求。具体可参考[阿里云例子](./docs/usage/install/cloud/get-started-alibaba-zh_CN.md)

* 在 Pod 启动时,能够在宿主机上动态创建 BOND 接口和 VLAN 子接口,以帮助
[Macvlan CNI](https://github.com/containernetworking/plugins/tree/main/plugins/main/macvlan)
Expand Down
10 changes: 5 additions & 5 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -263,11 +263,11 @@ Refer to [Quick start](./docs/usage/install/install.md), set up a cluster quickl
to access clusterIP and pod healthy check ([example](./docs/usage/install/underlay/get-started-macvlan.md)),
to detect IP conflict and gateway reachability ([example](./docs/usage/coordinator.md)).

* Node based IP pool, supporting underlay CNI running on bare metal
([example](./docs/usage/network-topology.md)),
vmware virtual machine ([example](./docs/usage/install/cloud/get-started-vmware.md)),
openstack virtual machine ([example](./docs/usage/install/cloud/get-started-openstack.md)),
public cloud ([example](./docs/usage/install/cloud/get-started-alibaba.md)).
* Node-based IP pool feature meets the complex subnet design of each node. refer to [example](./docs/usage/network-topology.md)

* On vmware vsphere platform, Spiderpool underlay network solution does not require ["hybrid forwarding" mode of the Vswitch](https://docs.vmware.com/en/VMware-vSphere/8.0/vsphere-security/GUID-3507432E-AFEA-4B6B-B404-17A020575358.html), which ensures the network performance of vsphere platform. refer to [example](./docs/usage/install/cloud/get-started-vmware-zh_CN.md)

* Spiderpool underlay network solution could run on public cloud of any vendors, and openstack platform, which could meet needs of multi cloud and hybrid cloud with unified CNI stack。refer to [alibabaCloud](./docs/usage/install/cloud/get-started-alibaba-zh_CN.md)

* When starting the Pod, it could help dynamically build the bond interface and vlan interface
for the master interface of [Macvlan CNI](https://github.com/containernetworking/plugins/tree/main/plugins/main/macvlan),
Expand Down
9 changes: 5 additions & 4 deletions docs/README-zh_CN.md
Original file line number Diff line number Diff line change
Expand Up @@ -206,10 +206,11 @@ Spiderpool 提供了节点拓扑的 IP 池功能,与虚拟机的相同 IP 分

并且,能够帮助实施 IP 地址冲突检测、网关可达性检测,以保证 Pod 通信正常,可参考[例子](./usage/coordinator.md)

* 基于节点拓扑的 IP 池功能,支持运行在裸金属[例子](./usage/network-topology-zh_CN.md)
vmware 虚拟机[例子](./usage/install/cloud/get-started-vmware-zh_CN.md)
openstack 虚拟机[例子](./usage/install/cloud/get-started-openstack-zh_CN.md)
公有云[例子](./usage/install/cloud/get-started-alibaba-zh_CN.md)等场景。
* 基于节点拓扑的 IP 池功能,满足每个节点精细化的子网规划需求,可参考[例子](./usage/network-topology-zh_CN.md)

* 在 vmware vsphere 平台上,无需打开 vswitch 的["混杂"转发模式](https://docs.vmware.com/cn/VMware-vSphere/8.0/vsphere-security/GUID-3507432E-AFEA-4B6B-B404-17A020575358.html),即可运行 underlay CNI 解决方案,从而确保 vsphere 平台的转发性能。参考[例子](./usage/install/cloud/get-started-vmware-zh_CN.md)

* spiderpool 能在任意厂商的公有云平台、openstack 上运行容器 underlay 网络,从而用统一的技术栈满足多云、混合云场景下的需求。具体可参考[阿里云例子](./usage/install/cloud/get-started-alibaba-zh_CN.md)

* 在 Pod 启动时,能够在宿主机上动态创建 BOND 接口和 VLAN 子接口,以帮助
[Macvlan CNI](https://github.com/containernetworking/plugins/tree/main/plugins/main/macvlan)
Expand Down
10 changes: 5 additions & 5 deletions docs/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -263,11 +263,11 @@ Refer to [Quick start](./usage/install/install.md), set up a cluster quickly.
to access clusterIP and pod healthy check ([example](./usage/install/underlay/get-started-macvlan.md)),
to detect IP conflict and gateway reachability ([example](./usage/coordinator.md)).

* Node based IP pool, supporting underlay CNI running on bare metal
([example](./usage/network-topology.md)),
vmware virtual machine ([example](./usage/install/cloud/get-started-vmware.md)),
openstack virtual machine ([example](./usage/install/cloud/get-started-openstack.md)),
public cloud ([example](./usage/install/cloud/get-started-alibaba.md)).
* Node-based IP pool feature meets the complex subnet design of each node. refer to [example](./usage/network-topology.md)

* On vmware vsphere platform, Spiderpool underlay network solution does not require ["hybrid forwarding" mode of the Vswitch](https://docs.vmware.com/en/VMware-vSphere/8.0/vsphere-security/GUID-3507432E-AFEA-4B6B-B404-17A020575358.html), which ensures the network performance of vsphere platform. refer to [example](./usage/install/cloud/get-started-vmware-zh_CN.md)

* Spiderpool underlay network solution could run on public cloud of any vendors, and openstack platform, which could meet needs of multi cloud and hybrid cloud with unified CNI stack。refer to [alibabaCloud](./usage/install/cloud/get-started-alibaba-zh_CN.md)

* When starting the Pod, it could help dynamically build the bond interface and vlan interface
for the master interface of [Macvlan CNI](https://github.com/containernetworking/plugins/tree/main/plugins/main/macvlan),
Expand Down

0 comments on commit a4a40f1

Please sign in to comment.