ExamGecko
Question list
Search
Search

List of questions

Search

Related questions











Question 349 - XK0-005 discussion

Report
Export

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?

A.

Configure a sidecar to perform log shipping

Answers
A.

Configure a sidecar to perform log shipping

B.

Run docker exec to access the logs within the container

Answers
B.

Run docker exec to access the logs within the container

C.

Execute docker inspect and run a log rsync replication

Answers
C.

Execute docker inspect and run a log rsync replication

D.

Set up a custom task scheduler via kubectl

Answers
D.

Set up a custom task scheduler via kubectl

Suggested answer: A

Explanation:

In Kubernetes, a sidecar container can be added to the same pod as the main application. The sidecar handles tasks like log shipping, monitoring, or updating without interrupting the primary application. This is an efficient and widely-used pattern for managing application logs in containerized environments.

asked 09/10/2024
Brandy Butman
34 questions
User
Your answer:
0 comments
Sorted by

Leave a comment first