James Stone: TILs on containers

Atom feed for containers

containers Container sidecar shells - 2025-06-18

Having tools in a container might sometimes be useful for different debugging. Just exec into it and start the diagnostics. With a distroless/minimized image, it's not that easy. What we can do instead is attach a sidecar container: …