Skip to content

Commit

Permalink
aws cloud doc
Browse files Browse the repository at this point in the history
Signed-off-by: Icarus9913 <[email protected]>
Icarus9913 committed Oct 18, 2023

Verified

This commit was signed with the committer’s verified signature.
Meierschlumpf Meier Lukas
1 parent 2874eed commit 7b8a9fd
Showing 18 changed files with 490 additions and 5 deletions.
2 changes: 1 addition & 1 deletion README-zh_CN.md
Original file line number Diff line number Diff line change
@@ -216,7 +216,7 @@ RDMA 功能使得网卡能够直接读写内存,降低了 CPU 的负担和内

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

* 支持 RDMA 网卡的 shared 和 exclusive 模式,能基于 maclan、ipvlan 和 SRIOV CNI 为应用提供 RDMA 通信设备。具体可参考[例子](./docs/usage/rdma-zh_CN.md)

2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
@@ -273,7 +273,7 @@ Refer to [Quick start](./docs/usage/install/install.md), set up a cluster quickl

* 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)
* 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), [awsCloud](./docs/usage/install/cloud/get-started-aws.md)

* Support shared and exclusive modes in RDMA network cards, and provide RDMA communication devices for applications via Macvlan, IPvlan, and SR-IOV CNI. For more details, please refer to the [example](./docs/usage/rdma.md).

Binary file added docs/images/aws/aws-iam-policy.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added docs/images/aws/aws-iam-role.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added docs/images/aws/aws-ingress.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added docs/images/aws/aws-interfaces.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added docs/images/aws/aws-k8s-network.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added docs/images/aws/aws-lb.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added docs/images/aws/aws-nat-gateway.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added docs/images/aws/aws-nat-route.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added docs/images/aws/aws-secondary-nic.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added docs/images/aws/aws-subnet-1.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added docs/images/aws/aws-subnet-2.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added docs/images/aws/aws-subnet-concept.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
478 changes: 478 additions & 0 deletions docs/usage/install/cloud/get-started-aws-zh_CN.md

Large diffs are not rendered by default.

3 changes: 3 additions & 0 deletions docs/usage/install/cloud/get-started-aws.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,3 @@
# Running On AWS

**English** | [**简体中文**](./get-started-aws-zh_CN.md)
8 changes: 5 additions & 3 deletions docs/usage/install/install-zh_CN.md
Original file line number Diff line number Diff line change
@@ -45,11 +45,13 @@

## 在云基础设施上安装 Underlay CNI

- [alibaba cloud](./cloud/get-started-alibaba.md)
- [alibaba cloud](./cloud/get-started-alibaba-zh_CN.md)

- [vmware vsphere](./cloud/get-started-vmware.md)
- [vmware vsphere](./cloud/get-started-vmware-zh_CN.md)

- [openstack](./cloud/get-started-openstack.md)
- [openstack](./cloud/get-started-openstack-zh_CN.md)

- [aws cloud](./cloud/get-started-aws-zh_CN.md)

## 为 Overlay CNI 的 Pod 添加 Underaly CNI 的辅助网卡

2 changes: 2 additions & 0 deletions docs/usage/install/install.md
Original file line number Diff line number Diff line change
@@ -50,6 +50,8 @@ The following examples are guides to install spiderpool:

* [openstack](./cloud/get-started-openstack.md)

* [aws cloud](./cloud/get-started-aws.md)

## Installation for adding an auxiliary underlay CNI NIC for overlay CNI

The following examples are guides to install spiderpool:

0 comments on commit 7b8a9fd

Please sign in to comment.