-
Notifications
You must be signed in to change notification settings - Fork 19
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Add AWS marketplace docs #1607
Add AWS marketplace docs #1607
Conversation
Signed-off-by: lou-lan <[email protected]>
Signed-off-by: lou-lan <[email protected]>
@weizhoublue cc |
@@ -0,0 +1,164 @@ | |||
# 从 AWS Marketplace 安装 EgressGateway | |||
|
|||
本文介绍了如何通过 AWS Marketplace 安装由 DaoCloud 提供支持的 EgressGateway。该服务像对于开源版本,采用按月付费模式,用户可享受更优质的服务与更全面的技术支持,功能与开源版本一致。 |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
这些 就不提了,毕竟 spidernet-io 捐赠 CNCF 了 ,作为开源项目,里边 不谈 商业的东西,只谈部署
overview 应该淡的是,本文的 主要目的:
基于 eks 托管集群,在使用 cilium cni 场景下( 非隧道模式?),使用 egressgateway 来实现 .... 效果,是 AWS 的 NAT Gateway 的 出口源IP 的 平替方案
|
||
```shell | ||
export HELM_EXPERIMENTAL_OCI=1 | ||
aws ecr get-login-password --region us-east-1 | helm registry login --username AWS --password-stdin 709825985650.dkr.ecr.us-east-1.amazonaws.com |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
这些 709825985650 等待,是否 可直接借鉴使用,还是要做一些 替换 说明
这样对于小白才是可执行的
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
这些 709825985650 等待,是否 可直接借鉴使用,还是要做一些 替换 说明
这样对于小白才是可执行的
直接使用的,这个是对应我们组织 mkt id 的
export HELM_EXPERIMENTAL_OCI=1 | ||
aws ecr get-login-password --region us-east-1 | helm registry login --username AWS --password-stdin 709825985650.dkr.ecr.us-east-1.amazonaws.com | ||
mkdir awsmp-chart && cd awsmp-chart | ||
helm pull oci://709825985650.dkr.ecr.us-east-1.amazonaws.com/daocloud-hong-kong/egressgateway --version 0.0.2 |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
这个手册 不能是 版本耦合的
egressGatewayName: egressgateway | ||
``` | ||
|
||
### 测试出口 IP 地址 |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
测试出口源 IP 地址
No description provided.