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

CKA study material · question 939 of 1000

What operational cost does enabling API server auditing carry?

  1. Increased API server memory use
  2. Increased etcd storage, since events are persisted there
  3. Longer scheduler latency
  4. Additional load on each kubelet
Show the answer

Answer: A. Increased API server memory use

Context for each request has to be held while its audit event is assembled, so the API server's memory consumption rises with the audit configuration.

Source: Auditing (Kubernetes) — Auditing (body)

Challenge yourself on this topic → Study as cards