joyyir opened a new issue, #9531: URL: https://github.com/apache/apisix/issues/9531
### Description I got a `503` response when I sent a request when apisix is ready and external plugin is not ready. The current version of apisix helm chart uses [`tcpSocket` for readiness probe](https://github.com/apache/apisix-helm-chart/blob/master/charts/apisix/templates/_pod.tpl#L108), but this is not sufficient when using external plugins as it does not check readiness of external plugins. In my opinion, A mechanism is needed which check the readiness of external plugin on APISIX startup time. -- 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]
