Skip to content
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

question:sealos会出现多个实例共用一个出口IP的情况 #101

Open
feeops opened this issue Sep 23, 2024 · 1 comment
Open

question:sealos会出现多个实例共用一个出口IP的情况 #101

feeops opened this issue Sep 23, 2024 · 1 comment
Labels
question Further information is requested

Comments

@feeops
Copy link

feeops commented Sep 23, 2024

问题描述

我自己使用sealos会出现多个实例共用一个出口IP的情况

如果用SeaMoon,也会出现这种情况吗?

或者说SeaMoon可以避免出口IP重复么?

复现步骤

截图

其他信息

  • Seamoon版本:
  • 系统类型(linux/windows/darwin):
  • 系统版本:
  • 运行模式(binary/docker):
@DVKunion
Copy link
Owner

DVKunion commented Sep 23, 2024

sealos 和其他的服务不太一样。想通过sealos实现动态的IP,实际上依靠的是实例的数量。因此,如果你选择平台为 sealos,目前需要手动在 sealos 平台将动态实例打开;但是具体会分配到哪个实例身上,这个是由网关分配的,也有可能大量的请求打在了同一个实例身上:sealos的实例不会自动销毁。

也可以做的更有趣一点,实例设置自动销毁时间,来保证每次都是崭新的实例来处理请求,但是没有经过验证性的实验。

其他的平台实现方式和 sealos 不一样,因此基本无需此操作即可使用不同的出口IP

@DVKunion DVKunion added the question Further information is requested label Sep 23, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
question Further information is requested
Projects
None yet
Development

No branches or pull requests

2 participants