CompTIA Linux+ (XK0-005) — Question 237

A Linux administrator deployed a large-scale application service as a containerized pod. The Linux administrator needs to continually send the application's log file to the company's central log store. Which of the following should the Linux administrator do to efficiently perform this task?

Answer options

Correct answer: A

Explanation

The correct answer is A, as configuring a sidecar allows for efficient log shipping without impacting the main application container. Options B and C involve manual processes that are not efficient for continuous log shipping, while D does not specifically address the need for log shipping and may introduce unnecessary complexity.