Study. uk . com
  1. Home
  2. All questions
  3. 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?

  1. kube-log-runner
  2. logrotate
  3. crictl logs
  4. journald's systemd-cat
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

Challenge yourself on this topic → Study as cards