-
Notifications
You must be signed in to change notification settings - Fork 3
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
init sentinel dashboard operator #1
Conversation
@sczyh30 please help to review |
@garroshh please change all daocloud.io to sentinelguard.io |
/lgtm |
cc @sentinel-group/sentinel-committers for review |
Could you please add some description of your design and implementation in the PR description? |
For reviewers: original issue: alibaba/Sentinel#2952 |
/lgtm again. |
Is there any progress we can follow and speed up the PR process? |
+1 look good. |
Any improvement we need to do? @sczyh30 |
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.
LGTM
Nice work. Thanks for contributing and look forward to more! 👍 |
需求分析
sentinel dashboard 支持 kubernetes 原生部署
场景分析
我们希望提交给kubernetes一份sentinel资源,kubernetes 帮我们自动生成相应的deployment和service, 生产级场景,可能还要生成ingress,pv,pvc等,而不用再手动去写相应的kubernetes原生多个资源。
功能需求(todo)
status 字段
如 运行节点ip,运行正常状态等
日志部分PV,PVC local strorage Spec 部分
如 dashboard 业务日志及metrics日志存储等
helm charts 部署
k8事件记录
operator 高可用配置
集群流控
是否启用ingress对外暴露
非功能需求
暂无