logoalt Hacker News

regularfryyesterday at 6:27 PM1 replyview on HN

You've gained that happening much less frequently. The tradeoff is making every other problem harder to diagnose.


Replies

NewJazzyesterday at 8:17 PM

Debug containers are a thing.

Add an ephemeral container to an already running pod, for example to add debugging utilities without restarting the pod.

https://kubernetes.io/docs/reference/kubectl/generated/kubec...

show 1 reply