We don't add HEALTHCHECK lines to our Dockerfiles since we declare healthchecks using Kubernetes. Dockerfile HEALTHCHECK lines don't have any effect in Kubernetes-land. All of our long-running services should have a healthcheck declared in their manifests. Houston, for example.