Hacker News new | ask | show | jobs
by gizdan 1658 days ago
Minimal containers shouldn't need that though. Your logs should tell you enough about the application it's running. K8s (get/describe) should tell you about the lifecycle of the pod. Lastly something like "dive" should tell you all you need about the image's file layout.
1 comments

> Minimal containers shouldn't need that though.

In theory. In practice this is only rarely the case.