Oracle Cloud Platform Data Integration 2020 Specialist — Question 49

You are implementing logging in your services that will be running in Oracle Cloud Infrastructure Container Engine for Kubernetes.
Which statement describes the appropriate logging approach? (Choose the best answer.)

Answer options

Correct answer: C

Explanation

The correct answer is C because in containerized environments like Kubernetes, logging to standard output allows logs to be easily captured and managed by the container orchestration system. Options A and D create complications in log management, while B requires additional infrastructure that may not be necessary for all deployments.