- Home
- All questions
- Question 942
CKA study material · question 942 of 1000
A component runs in a distroless container with no shell to redirect its output. Which helper handles that?
Show the answer
Answer: A. kube-log-runner
kube-log-runner wraps a component and redirects its output where no shell or systemd is available; it ships as /go-runner in several Kubernetes base images.
Source: System Logs (Kubernetes) — Klog