Difference between revisions of "Crictl"
Jump to navigation
Jump to search
(3 intermediate revisions by 3 users not shown) | |||
Line 1: | Line 1: | ||
{{lc}} | {{lc}} | ||
− | * https://kubernetes.io/docs/tasks/debug/debug-cluster/crictl/ | + | <code>[[crictl]]</code> inspect and debug [[container runtimes]] and applications on a Kubernetes node |
+ | * https://kubernetes.io/docs/tasks/debug/debug-cluster/crictl/ | ||
* [[Ubuntu crictl installation]] | * [[Ubuntu crictl installation]] | ||
Line 15: | Line 16: | ||
* <code>[[dockershim]]</code> | * <code>[[dockershim]]</code> | ||
* <code>[[snap install kubectl --classic]]</code> | * <code>[[snap install kubectl --classic]]</code> | ||
+ | * [[Debugging Kubernetes nodes with crictl]] | ||
+ | * [[snap search]] | ||
== See also == | == See also == |
Latest revision as of 10:16, 20 March 2024
crictl
inspect and debug container runtimes and applications on a Kubernetes node
crictl --help crictl exec -i -t 1f73f2d81bf98 ls crictl pods crictl ps crictl config crictl images nginx crictl logs
Related[edit]
- Kubernetes troubleshooting
dockershim
snap install kubectl --classic
- Debugging Kubernetes nodes with crictl
- snap search
See also[edit]
crictl [ logs | ps | pods | exec | config | images ], /etc/crictl.yaml, crictl --help
, Kubelet Container Runtime Interface (CRI)
Advertising: