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

CKA study material · question 163 of 1000

Which two probe fields control its timing? Choose two.

  1. successThreshold sets the interval between probes
  2. periodSeconds sets how often the kubelet probes
  3. initialDelaySeconds sets the wait before the first probe
  4. terminationGracePeriodSeconds sets the probe frequency
Show the answer

Answer: B. periodSeconds sets how often the kubelet probes
C. initialDelaySeconds sets the wait before the first probe

periodSeconds is the probe interval and initialDelaySeconds is the delay before probing starts.

Source: Configure Liveness, Readiness and Startup Probes (Kubernetes) — Define a liveness command

Challenge yourself on this topic → Study as cards