Skip to content
#

application

Here are 4,060 public repositories matching this topic...

ryanzhang-oss
ryanzhang-oss commented Feb 17, 2021

Describe the bug
Currently, we are using the same ping method to establish the health and readiness of our controller which is not the ideal way for any production workload. Besides, the Ping method seems to always return true.

We need to follow the best practice of the established k8s operational guide to implement or use the healthy/readiness handler properly

To Reproduce

Improve this page

Add a description, image, and links to the application topic page so that developers can more easily learn about it.

Curate this topic

Add this topic to your repo

To associate your repository with the application topic, visit your repo's landing page and select "manage topics."

Learn more