-
Notifications
You must be signed in to change notification settings - Fork 12.8k
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
[Summer 2022] Nacos支持从K8S服务发现中同步服务元数据。 #8309
Comments
您好,我是在校学生,去年也参加过summer2021并成功结题。我想问下此issue中的感知K8S的服务上下线信息,是指的用户选择Nacos中的服务,然后通过api-server的接口来查询这些服务元数据吗?谢谢您的回答。 |
可以通过开源之夏官网联系对应的导师沟通 |
嗯嗯好的,谢谢您 |
* [ISSUE#8309] Nacos supports synchronizing service metadata from k8s service discovery. (#7211) * Synchronize k8s services. * Synchronize k8s endpoints. * ApiClient uses the default configuration instead * Start registered Informers after registering handlers * Compare oldServicePorts and newServicePorts to determine portChange * Delete the logic of service renaming judgment * Fix error in the process of registering instances * Use independent log * add k8s sync switch and start informer optimization * start informer optimization
Thanks for your feedback and contribution. But the issue/pull request has not had recent activity more than 180 days. This issue/pull request will be closed if no further activity occurs 7 days later. |
* [ISSUE#8309] Nacos supports synchronizing service metadata from k8s service discovery. (alibaba#7211) * Synchronize k8s services. * Synchronize k8s endpoints. * ApiClient uses the default configuration instead * Start registered Informers after registering handlers * Compare oldServicePorts and newServicePorts to determine portChange * Delete the logic of service renaming judgment * Fix error in the process of registering instances * Use independent log * add k8s sync switch and start informer optimization * start informer optimization
* [ISSUE#8309] Nacos supports synchronizing service metadata from k8s service discovery. (alibaba#7211) * Synchronize k8s services. * Synchronize k8s endpoints. * ApiClient uses the default configuration instead * Start registered Informers after registering handlers * Compare oldServicePorts and newServicePorts to determine portChange * Delete the logic of service renaming judgment * Fix error in the process of registering instances * Use independent log * add k8s sync switch and start informer optimization * start informer optimization
Nacos支持从K8S服务发现中同步服务元数据
Nacos支持实时感知K8S的服务上下线信息,并获取其服务元数据,并将这些信息同步到Nacos的CMDB模块。最终效果为,用户通过Nacos标签查询接口指定标签条件,即可查询到满足要求的实例列表。
The text was updated successfully, but these errors were encountered: