-
Notifications
You must be signed in to change notification settings - Fork 6
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
版本计划 #8
Comments
背景向集群外提供被动代理扫描服务,有以下两种方式,该选用哪个?
作为代理服务,目前可选方案是 xray、 proxify、基于Nodejs的代理服务,该选用哪个? 该选用nodeport service还是ingress?考虑因素是用户体验,尽量不需要让用户记住多个服务地址。如果不可避免,就需要想其他办法优化,比如在控制台dashboard上做超链接、信息提示等。 如果使用ingress形式暴露服务,就无法代理https请求。 如果使用nodeport service,需要固定nodeport service暴露的端口,这样容易提示用户http/https代理地址是"console.com:nodeport"。 代理服务应该选哪个?需要考虑的因素:
性能没测,目前感觉xray是最合适的。不过它只能支持指定一个upstream-server,流量镜像到多个后端的扫描服务或许需要看看其他的方案,或者变通实现。 TODO: 研究下istio的流量复制、apisix的流量复制,目前看起来似乎也只能镜像到一个后端服务 |
新增:管理后台 告警模块 leveryd-asm/asm#8
fix: screenshot output line should end with \n leveryd-asm/asm#8
add: database "ms" table optimize: project structure #8
有两项没有做:
|
optimize: proxy service node port can be fixed by user #8
nginx mirror指令很容易拷贝流量到多个代理
对于 https 流量呢? |
v0.0.2版本计划
用户场景
核心功能
The text was updated successfully, but these errors were encountered: