dubbo-admin
dubbo-admin copied to clipboard
The ops and reference implementation for Apache Dubbo
Dubbo提供了和k8s结合的几种用法,但是并未在Dubbo Admin中进行适配,需要根据具体的场景来进行适配,保证Dubbo Admin在云原生场景下能够继续发挥服务查询,流量管控等作用。 ## 应用级别注册的服务查询 此功能详见[文档介绍](https://cn.dubbo.apache.org/zh-cn/overview/core-features/service-discovery/)。该功能和云原生没有直接关系,但是在Dubbo Admin用go语言重构的时候,没有实现,本次需要将Java版本中该功能迁移过来。 ## Dubbo 服务直接在k8s中进行发布 参考示例:https://github.com/apache/dubbo-samples/tree/master/3-extensions/registry/dubbo-samples-kubernetes。 该示例使用K8s作为Dubbo的注册中心,Provider和Consumer直接和API Server交互。  Dubbo Admin的对应功能如下: * 服务查询: Dubbo Admin直接和api server交互,需要具备相应的权限 * 负载均衡设置:将k8s的注册中心作为配置中心使用,通过 api server在服务对应的name space下进行配置写入 * 服务测试: Dubbo Admin作为泛化客户端,从api...
### Environment * Dubbo Admin version: 0.5.0 * Registry center detail (type and version): zookeeper3.5.1 * Operating System version: osx 10.15.7 * Java version: 1.8 ### Steps to reproduce this...
像 ctl 中做的一样,增加yaml规则的检查与校验。 另外,目前规则体内自动增加了很多默认字段,需要清理 
In this weekly meeting, we mainly discussed the following issues: 1. Release plan - Around the end of May (1) Dubboctl (2) Frontend and backend (3) Ca server (4) Catch...
Refactor admin with Cobra to better support args and subcommands. https://github.com/apache/dubbo-admin/tree/refactor-with-go/cmd/admin
## Sample configuration file https://cn.dubbo.apache.org/zh-cn/overview/reference/admin/architecture/#%E9%85%8D%E7%BD%AE%E6%89%8B%E5%86%8C-configuration ## Reference implementation * https://github.com/kumahq/kuma/blob/master/app/kuma-cp/cmd/run.go#L48 * https://github.com/kumahq/kuma/tree/master/pkg/config
目前大部分用户同时使用了dubbo2和dubbo3 dubbo2和dubbo3的接口级的服务在url略微有所区别,这个url 在zookeeper这样的注册中心中就是一个节点 如果在dubbo admin控制台进行了变更导致url发生了不一致就会导致注册中心重复注册或者修改配置不生效问题,控制台要注意同时兼容dubbo2和dubbo3保证 都可以使用或者新的控制台就限制好只处理dubbo3的数据,dubbo2的数据由老的控制台处理
- [x] I have searched the [issues](https://github.com/apache/dubbo-admin/issues) of this repository and believe that this is not a duplicate. - [x] I have checked the [REAMDE](https://github.com/apache/dubbo-admin/blob/develop/README.md) of this repository and believe...