SylviaBABY commented on code in PR #7812:
URL: https://github.com/apache/apisix/pull/7812#discussion_r957919425


##########
docs/zh/latest/FAQ.md:
##########
@@ -595,6 +595,36 @@ apisix:
 | 对绑定到 Plugin 的配置实例的所有实体生效。                           | 对绑定到 `plugin-config` 
的路由生效。                                                                          
                     |
 | 对绑定到 Plugin 的配置实例的所有实体生效。                           | 对绑定到 `plugin-config` 
的路由生效。                                                                          
                     |
 
+## 部署了 Apache APISIX 之后,如何检测 APISIX 数据平面的存活情况(如何探活)?
+
+可以创建一个名为 `health-info` 的路由,并开启 
[fault-injection](https://github.com/apache/apisix/blob/master/docs/zh/latest/plugins/fault-injection.md)
 插件(其中 YOUR-TOKEN 是用户自己的 token;127.0.0.1 是控制平面的 ip 地址,可以自行修改):

Review Comment:
   ```suggestion
   可以创建一个名为 `health-info` 的路由,并开启 
[fault-injection](https://github.com/apache/apisix/blob/master/docs/zh/latest/plugins/fault-injection.md)
 插件(其中 YOUR-TOKEN 是用户自己的 token;127.0.0.1 是控制平面的 IP 地址,可以自行修改):
   ```



##########
docs/en/latest/FAQ.md:
##########
@@ -594,6 +594,36 @@ The differences between the two are described in the table 
below:
 | Used when there are property changes that needs to be propagated across all 
configuration instances of a Plugin. | Used when you need to reuse a common set 
of configuration instances so that it can be extracted to a `plugin-config` and 
bound to different Routes. |
 | Takes effect on all the entities bound to the configuration instances of the 
Plugin.                             | Takes effect on Routes bound to the 
`plugin-config`.                                                                
                                |
 
+## After deploying Apache APISIX, how to detect the survival of the APISIX 
data plane?
+
+You can create a route named `health-info` and enable the 
[fault-injection](https://github.com/apache/apisix/blob/master/docs/en/latest/plugins/fault-injection.md)
 plugin (where YOUR-TOKEN is the user's own token; 127.0.0.1 is the ip address 
of the control plane, which can be modified by yourself):

Review Comment:
   ```suggestion
   You can create a route named `health-info` and enable the 
[fault-injection](https://github.com/apache/apisix/blob/master/docs/en/latest/plugins/fault-injection.md)
 plugin (where YOUR-TOKEN is the user's token; 127.0.0.1 is the IP address of 
the control plane, which can be modified by yourself):
   ```



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