liuxiran commented on issue #1977:
URL: 
https://github.com/apache/apisix-dashboard/issues/1977#issuecomment-901584538


   Refer to the 
https://apisix.apache.org/docs/apisix/2.7/discovery#supported-discovery-registries
   
   In APISIX2.7 , we support Eureka/Consul/Nacos and service discovery via DNS,
   
   in order to support this feature in dashboard, we have to update our 
`Upstream` module,  add `Target type` filed, user can choose `Node` or `Service 
Discovery`
   
   when choose `Node`, user can complete the follow fields:
   
![image](https://user-images.githubusercontent.com/2561857/130003249-04101972-7660-4f01-8520-127a82b96574.png)
   
   When choose `Service Discovery`, user can complete the following fields:
   `discovery_type`, a list of `dns`、`consul_kv` `nacos` and `eureka`
   `service_name `, input the your configured service name
   
   It should be noted that, when `discovery_type` choose `nacos`, 
`discovery_args` can be configured, see: 
https://apisix.apache.org/docs/apisix/2.7/discovery/nacos#discovery_args for 
details.
   
   cc @bzp2010 @juzhiyuan @Baoyuantop @tzssangglass @nic-chen @spacewander to 
help to check whether I missed some thing for this feature, thanks a lot.
   


-- 
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]


Reply via email to