teamcode-inc / kubeorbit

Test your application on Kubernetes in a brand new simple way⚡ 轻量高效的微服务本地联调测试工具
https://kubeorbit.io
Apache License 2.0
459 stars 65 forks source link

[Feature] Support for registrie-based microservices architecture #1

Open KonsonChow opened 2 years ago

KonsonChow commented 2 years ago

We still use registries such as Nacos, Eureka, and ZK for service discovery in the Kubernetes cluster. Use RPC frameworks such as OpenFeign and Dubbo for service invocation. These functions are based on Cluster IP. Hopefully Kubeorbit will support this architecture.


我们在Kubernetes集群中仍然使用注册中心例如Nacos、Eureka、ZK进行服务发现。使用RPC框架例如OpenFeign、Dubbo进行服务调用。这些功能都基于Cluster IP实现的。希望Kubeorbit能支持这种架构。

ZhenhangTung commented 2 years ago

Hi @KonsonChow ,

Thanks for your feedback and we will investigate these tech stacks. If there is any update, we will share the progress with you here.

Cheers, Zhenhang