nic-6443 commented on PR #12179: URL: https://github.com/apache/apisix/pull/12179#issuecomment-2857726724
> @nic-6443 > > > if such a health status endpoint is not provided, APISIX may expose services while external programs have not yet requested /apisix/admin/configs to submit configurations. > > This seems to be as it should be? The 9080 just returns 404 forever until the first configuration is committed. @bzp2010 Yes, this is exactly what we need to avoid. External programs require time to know the new APISIX instance going online or an existing instance restarting. Before the external program commits the configuration for the first time, this APISIX instance does not have the capability to provide services externally. Therefore, we need a mechanism to provide the health status of APISIX, especially in this new API-driven standalone mode. -- 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: notifications-unsubscr...@apisix.apache.org For queries about this service, please contact Infrastructure at: us...@infra.apache.org