yzeng25 commented on a change in pull request #895: URL: https://github.com/apache/apisix-website/pull/895#discussion_r811668651
########## File path: website/blog/2022/02/21/nacos.md ########## @@ -0,0 +1,198 @@ +--- +title: "How to Use Apache APISIX Realizes Service Discovery Based on Nacos" +authors: + - name: "Zhihuang Lin" + title: "Author" + url: "https://github.com/oil-oil" + image_url: "https://avatars.githubusercontent.com/u/57465570?v=4" + - name: "Fei Han" + title: "Technical Writer" + url: "https://github.com/hf400159" + image_url: "https://avatars.githubusercontent.com/u/97138894?v=4" +keywords: +- Apache APISIX +- Service Registry +- Nacos +- Developer +- Guide +description: This article introduces the basic concepts of Apache APISIX and Nacos and Service Registry, and shows you the specific operation of Apache APISIX to realize service discovery based on Nacos. +tags: [Technology,Ecosystem,Service Discovery] +--- + +> This article introduces the basic concepts of Apache APISIX and Nacos and Service Registry, and shows you the specific operation of Apache APISIX to realize service discovery based on Nacos. + +<!--truncate--> + +## Background information + +Nacos is an easy-to-use, open source platform for dynamic service discovery, service configuration and service management. It provides a set of simple and useful features enabling you to realize dynamic service discovery, service configuration, service metadata and traffic management. Nacos makes it easier and faster to construct, deliver and manage your microservices platform. It is the infrastructure that supports a service-centered modern application architecture with a microservices or cloud-native approach. + +## Service Registry + Review comment: delete these ```suggestion ``` -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to the specific comment. To unsubscribe, e-mail: [email protected] For queries about this service, please contact Infrastructure at: [email protected]
