Open
Description
Kubernetes has a core point in its philosophy: an application should not have to behave differently in a cluster. The readiness and liveness probes are generally useful outside k8s, so it doesn't really make sense (to me) that I have to set an explicit property to see them running locally.