When some of your containers don't work, how can the issue be debugged? We need a guide for beginners explaining how to use the generic Kubernetes tools (kubectl logs, kubectl exec ...) and the associated rkt tools (rkt list --dir=, rkt enter ..., systemctl status rktlet, journalctl -u rktlet-xxx, the directory structure, etc.)
When some of your containers don't work, how can the issue be debugged? We need a guide for beginners explaining how to use the generic Kubernetes tools (
kubectl logs
,kubectl exec
...) and the associated rkt tools (rkt list --dir=
,rkt enter ...
,systemctl status rktlet
,journalctl -u rktlet-xxx
, the directory structure, etc.)