apache / dubbo-admin

The ops and reference implementation for Apache Dubbo
https://dubbo.apache.org
Apache License 2.0
3.99k stars 2.17k forks source link

dubboctl requirements #1113

Closed DMwangnima closed 6 months ago

DMwangnima commented 1 year ago
  1. Implement dubbo operator to automate installation and updates Now the types are defined, we need to implement the controller using KubeBuilder. ref: https://istio.io/latest/docs/reference/commands/istioctl/#istioctl-operator
  2. Expose functionalities of dubbo-admin to dubboctl For scenarios where the browser can not be used, dubboctl can provide a command-line query method.
  3. Dashboard shortcut Dubboctl should provide shortcuts to open dashboards directly. eg: dubboctl dashboard grafana.
  4. Component validation Integrate component types and validation logic into each component.
  5. More detailed help information
  6. More user-oriented test cases