
Ultimate access to all questions.
Your team utilizes Splunk for centralized logging, with various reports and dashboards based on Splunk logs. You're setting up a new Kubernetes Engine Autoscaled Cluster and wish to install Splunk forwarder on all nodes to forward logs to a centralized Splunk Server, aiming to minimize operational overhead. What is the most efficient method to install Splunk Forwarder on all nodes in the cluster?
A
SSH to each node and manually run a script to install the forwarder agent.
B
Utilize Deployment Manager to orchestrate the deployment of forwarder agents across all nodes.
C
Incorporate the forwarder agent within a StatefulSet deployment.
D
Deploy the forwarder agent using a DaemonSet configuration.