Where do you configure a readiness probe in Kubernetes?
Experience Level: Senior
Tags: Kubernetes
Answer
A readiness probe can be configured on a container level in a pod definition.
Related Kubernetes job interview questions
How do you create a Kubernetes pod using the busybox image that will execute two commands after the container starts?
Kubernetes SeniorYou have a yaml definition of a pod stored in file.yaml. How do you create the pod from the definition?
Kubernetes SeniorWhat types of readiness probes can you use in Kubernetes?
Kubernetes SeniorHow do you configure a time after which the Kubernetes readiness probe is to be evaluated for the first time?
Kubernetes SeniorWhat are readiness probes in Kubernetes?
Kubernetes Senior