DIt replaces the need for separate DNS monitoring tools
Incorrect. It's a component of observability, not a complete replacement for all monitoring.
Network Observability
Q5. You query Hubble for flows using '--to-label k8s:io.kubernetes.pod.namespace=payment'. What is the limitation of this query?
Reveal answer and explanations
AThe query returns flows matching any pod in the payment namespace, not the specific label selector
Incorrect. The label is specific, not a namespace-based filter; it matches the specific label on pods.
BThe query is correct and will show flows to pods in the payment namespace
Incorrect. The query is valid, but the limitation is that it only shows destination-matching flows.
CThe query only shows flows where the destination pod has the label; source labels are ignored
Correct. Hubble '--to-label' filters destination labels only; source labels matching the same label aren't included unless explicitly queried with '--from-label'.
DLabel selectors in Hubble don't support namespace prefixes; the query will fail
Incorrect. Namespace label syntax is valid in Hubble queries.
Network Observability accounts for 10% of the CCA exam. Expect questions that test recall of terminology and the ability to read short scenarios — not deep configuration. Use the sample questions above as difficulty calibration; if any feel hard, the rest of our 15-question domain bank will close those gaps.