Overview of cri-tools
mastercri-tools provides debugging and validation tools for the Kubelet Container Runtime Interface (CRI). It consists of two primary tools:
- crictl: A CLI tool used for interacting with and debugging the Kubelet CRI.
- critest: A suite of validation tests used to verify Kubelet CRI compliance.
Important Scope Note:
crictl is intended for debugging. It is not a replacement for managing pods/containers via the Kubernetes API server. For example, pods created via crictl may be automatically removed by the Kubelet because they do not exist in the kube-apiserver state.