CRICTL Command
A command-line interface designed for managing and debugging CRI-compatible container runtimes in Kubernetes environments. It provides a lightweight alternative to Docker CLI for interacting with containers, pods, and images directly through the Container Runtime Interface (CRI).
crictl
crictl pull busybox
crictl images
crictl ps -a
crictl exec -t ... ls
crictl logs ....
crictl pods
Last updated