2V0-71.23 Question 98
Select 3A Kubernetes administrator has deployed Fluent Bit within a Tanzu Kubernetes cluster. The administrator's goal is to collect, parse, and forward container logs to an external Elasticsearch system for further analysis and monitoring. Which of the following correctly describe Fluent Bit’s role in this scenario?
- A
Fluent Bit acts as a lightweight log processor to collect logs from containerized applications.
- B
Fluent Bit is responsible for directly storing logs in a persistent storage backend like Elasticsearch.
- C
Fluent Bit can parse logs and transform them into a structured format before forwarding.
- D
Fluent Bit functions as a Kubernetes custom resource to define log forwarding policies.
- E
Fluent Bit forwards logs to external systems such as Elasticsearch, Splunk, or Kafka.
Show answer and explanation
Correct answers: A, C, E
Explanation
Fluent Bit is a lightweight and resource-efficient log processor designed to gather logs from containerized applications, parse and format them as needed, and forward them to external systems. In the scenario described, Fluent Bit collects container logs, processes them for structure, and forwards them to Elasticsearch, which is responsible for storing and analyzing the data. Fluent Bit does not serve as a storage backend or as a Kubernetes custom resource.
- A. Correct.
This is correct. Fluent Bit is designed to collect logs from multiple sources, including containerized applications running on Kubernetes, and process them efficiently.
- B. Incorrect.
This is incorrect. Fluent Bit does not directly store logs in a persistent storage backend; its role is to forward logs to external systems like Elasticsearch, which handle storage.
- C. Correct.
This is correct. Fluent Bit provides capabilities to parse and transform logs into structured formats (e.g., JSON), making them more useful for analysis.
- D. Incorrect.
This is incorrect. Fluent Bit is not a Kubernetes custom resource; it is an external lightweight tool that integrates into Kubernetes environments.
- E. Correct.
This is correct. Fluent Bit is capable of forwarding logs to a variety of external systems, including Elasticsearch, Splunk, and Kafka, for storage and further analysis.