* feat: click on the cluster name to view the cluster details Signed-off-by: zhaoxinxin <1186037180@qq.com> * feat: click on the cluster name to view the cluster details Signed-off-by: zhaoxinxin <1186037180@qq.com> * feat: click on the cluster name to view the cluster details Signed-off-by: zhaoxinxin <1186037180@qq.com> --------- Signed-off-by: zhaoxinxin <1186037180@qq.com> |
||
---|---|---|
.github | ||
.husky | ||
cypress | ||
docs/images/contributing | ||
public | ||
src | ||
.editorconfig | ||
.eslintignore | ||
.eslintrc.json | ||
.gitignore | ||
.prettierignore | ||
.prettierrc | ||
CONTRIBUTING.md | ||
LICENSE | ||
README.md | ||
codecov.yml | ||
commitlint.config.js | ||
config-overrides.js | ||
cypress.config.ts | ||
go.mod | ||
package.json | ||
tsconfig.json |
README.md
Dragonfly Console
Introduction
Dragonfly console is the front-end console of dragonfly, through which you can easily configure clusters and view cluster information.
Functionality Overview
-
Scheduler Cluster: Manage the scheduler cluster and configure the information of the scheduler cluster.
-
Seed Peer Cluster: Manage the seed peer cluster and configure the seed peer cluster information.
-
Security: Manage security groups and security rules, users can configure the security groups associated with the scheduler cluster.
-
Permissions: Manage permissions and roles.
-
Task: Manage asynchronous tasks, including preheat tasks.
-
User: Manage user information, you can change user roles here.
Documentation
You can find the full documentation on the d7y.io.
Community
Join the conversation and help the community.
- Slack Channel: #dragonfly on CNCF Slack
- Discussion Group: dragonfly-discuss@googlegroups.com
- Developer Group: dragonfly-developers@googlegroups.com
- Twitter: @dragonfly_oss
- DingTalk: 22880028764
Contributing
You should check out our CONTRIBUTING and develop the project together.