Kubernetes - Health Checks and Probes
Which of the following is the correct syntax to define a
startupProbe using an HTTP GET request in a pod spec?startupProbe using an HTTP GET request in a pod spec?httpGet with path and port fields, plus timing settings like failureThreshold and periodSeconds.httpGet with path /healthz, port 8080, and timing fields. Other options use exec or tcpSocket or wrong ports/fields.15+ quiz questions · All difficulty levels · Free
Free Signup - Practice All Questions