Kubernetes - Health Checks and Probes
Which of the following is the correct syntax snippet for an exec readiness probe in a pod spec?
exec: with a command array listing the command and arguments.command with an array. readinessProbe:
exec:
path: "/bin/check_ready" incorrectly uses path, which is invalid for exec probes.15+ quiz questions · All difficulty levels · Free
Free Signup - Practice All Questions