Health checks for chiseled containers #4296
-
Hiya, great work on the chiseled containers, looking forward for them to be GA. I am using dotnet Docker images for ASP.NET apps deployed in both Kubernetes and simpler Docker-based set-ups. However, for Docker (docker-compose) based deployments, I would like to utilize the built-in health checks. |
Beta Was this translation helpful? Give feedback.
Replies: 2 comments 9 replies
-
How do you currently do health checks and what is it about chiseled containers that makes that approach problematic? |
Beta Was this translation helpful? Give feedback.
-
I feel like I'm missing something trying to get the small dotnet healthcheck app working. Since the chiseled container doesn't have a shell, how does it execute the HEALTHCHECK CMD?
Here is my docker inspect on the health check:
To me that reads like it can't run the dotnet command because it can't find the shell to do so. |
Beta Was this translation helpful? Give feedback.
How do you currently do health checks and what is it about chiseled containers that makes that approach problematic?