Study. uk . com
  1. Home
  2. All questions
  3. Question 934

CKA study material · question 934 of 1000

Which audit stage is generated only for long-running requests such as a watch?

  1. RequestReceived
  2. ResponseComplete
  3. Panic
  4. ResponseStarted
Show the answer

Answer: D. ResponseStarted

ResponseStarted fires once the response headers are sent but before the body, which only makes sense for a long-running request; the other stages apply generally.

Source: Auditing (Kubernetes) — Auditing (body)

Challenge yourself on this topic → Study as cards