Debugging Distroless Images with Kubectl Debug and CDebug | Chainguard

preview_player
Показать описание
In this video, we go over how to debug a distroless container image using Kubectl Debug or CDebug.

TIMESTAMPS
00:00 Intro
00:27 Kubectl
07:32 CDebug

About Chainguard
Founded by the industry's leading experts on open source software, security and cloud native development, we are on a mission to be the safe source for open source.

Where to find us:
Рекомендации по теме
Комментарии
Автор

Great demo of both kubectl and cdebug capabilities! I like how the consistency of your images makes the Chainguard's variant of the debugger image work nicely with the Chainguard's variant of Nginx.

A couple of notes on cdebug:

- Often, there is no need for `cd /proc/1/root` because cdebug tries to chroot the debugger's shell to /proc/1/root automatically
- cdebug is not limited to Kubernetes - it also works with Docker (Desktop and CE) and even vanilla containerd 😉

iximiuz