Skip to content

Instantly share code, notes, and snippets.

@asokolsky
Created April 9, 2025 21:05
Show Gist options
  • Save asokolsky/062b45e580585eadc5e6017952a0da50 to your computer and use it in GitHub Desktop.
Save asokolsky/062b45e580585eadc5e6017952a0da50 to your computer and use it in GitHub Desktop.
splunk quiz
What are the main categories into which Kubernetes monitoring is divided?
- infra
- orchestration & control
- application
Which of the following are potential trouble indicators for pod conditions that the K8s Analyzer examines?
- pod status failed
- pod status pending
- pod status unknown
Which of the following is true about AutoDetectors?
- creating a customized version does NOT disable the original
- some params can be customized
What is the role of a Processor in the OpenTelemetry Collector pipeline?
- filters, manipulates, extends
Which of the following are required to create a custom detector?
- signal
- condition
- settings
Which of the following are required to create a detector in Splunk Observability Cloud?
- signal, condition, setting, message
What are the core types of pipelines in the OpenTelemetry Collector?
- metrics
- traces
- logs
When creating custom dashboards and charts using Kubernetes metrics, what are the recommended ways to research these metrics?
- splunk docs
- otel docs
- in-app global search
What difference, if any, exists between charts in Navigators and built-in Kubernetes dashboards?
- in navigator charts are updated based on the selected item
Which of the following questions can be answered using the Kubernetes Infrastructure Navigator?
- are pods healthy & reachable
Which of the following Cluster Health Dashboards focuses on computing resources and allows you to view nodes and pods across clusters?
- overview
Which of the following questions can be answered using the Kubernetes Operations dashboards?
- maintain cluster state
What is the role of a Receiver in the OpenTelemetry Collector pipeline?
- sends data to external destination
Which of the following characteristics are true for the Open Telemetry Collector?
- collects metrics, logs and traces for monitoring
- can be deployed using helm chart
- allows for data to be manipulated before sending
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment