Difference between revisions of "Crictl"
Jump to navigation
Jump to search
(15 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]] | ||
+ | |||
[[crictl --help]] | [[crictl --help]] | ||
+ | [[crictl exec]] -i -t 1f73f2d81bf98 ls | ||
+ | [[crictl pods]] | ||
[[crictl ps]] | [[crictl ps]] | ||
[[crictl config]] | [[crictl config]] | ||
+ | [[crictl images]] nginx | ||
+ | [[crictl logs]] | ||
== Related == | == Related == | ||
− | * [[Kubernetes]] | + | * [[Kubernetes troubleshooting]] |
* <code>[[dockershim]]</code> | * <code>[[dockershim]]</code> | ||
+ | * <code>[[snap install kubectl --classic]]</code> | ||
+ | * [[Debugging Kubernetes nodes with crictl]] | ||
+ | * [[snap search]] | ||
== See also == | == See also == | ||
* {{crictl}} | * {{crictl}} | ||
− | |||
[[Category:Kubernetes]] | [[Category:Kubernetes]] |
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: