have deployed Kong using a Helm chart and configured the kong-proxy
with a custom internal load balancer IP. Now, I need to expose kong-proxy
externally through an Azure Application Gateway. However, I’m facing challenges in configuring the health probe for the the Application Gateway with the exposed IP of proxy-lb created with helm chart.
When running a curl
command from a pod within the same namespace (curl http://<POD_IP>:8100/status
), I receive a 200 OK
response. However, I haven’t found a similar health check endpoint for the kong-proxy
lb service.
Any suggestions on how to configure a suitable health probe for the kong-proxy
service?
Note: We are using kong in hybrid mode and Control Plane Is in Kong Connect. We are only deploying the Data plane. So we don´t have the adminAPI enabled