Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
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 feature: Support AWS with Cilium #1396
Add feature: Support AWS with Cilium #1396
Changes from all commits
c39e413
3e42709
File filter
Filter by extension
Conversations
Jump to
There are no files selected for viewing
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.
加入的 EC2 节点要具备[公网 IP] ---
(1) 要所有的都有 ? 其实只要 gateway node 有就可以了 ,这句话 挪到 后面 给 node 打 label 会比较 能够讲清楚
(2) “要具备公网 IP” 有歧义,不做静态IP 绑定,访问公网 也会有 公网IP , 用确切的描述 “公网静态 IP 地址绑定 ” 会更优
(3)讲清楚 该步骤的意义 ---- 绑定 gateway node 的 公网静态IP ,使得 最终的 出口 公网看到的源 IP 是固定的,这才有 gateway 的效果 ; 反之,用户 不绑定 公网静态IP ?我们的 gateway 也能 工作,但是 起不到 gateway 组件的 使用 初衷
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.
这一部分会根据下面实际用例再更新一下。
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.
应该需要提及 : 在 IAAS 上 给这两个节点 设置 公网IP 映射 ? 且在 EgressGateway 不要设置任何 VIP, 公有云不支持
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.
这一部分会根据下面实际用例再更新一下。