App-Cheats
view release on metacpan - search on metacpan
view release on metacpan or search on metacpan
- crictl
- Interacts with CRI compatible tools.
- Not ideal for making containers.
- kubectl is unaware of its usage and may delete pods made using this tool.
- crictl pull ...
- crictl images
- crictl ps -a
- crictl exec -it ... ls
- crictl logs ...
- crictl pods
- crictl --runtime-endpoint (?)
- For DEBUGGING.
# Pods recap (CKAD)
Pod
- Smallest possible creatable object.
kubectl (k)
k run nginx --image nginx
k get pods
# Pods with yaml (CKAD)
view all matches for this distributionview release on metacpan - search on metacpan
( run in 1.433 second using v1.00-cache-2.02-grep-82fe00e-cpan-4673cadbf75 )