Kubernetes - Health Checks and Probes
Which of the following is a correct way to define a liveness probe using an HTTP GET request in a pod spec?
httpGet with path and numeric port. "livenessProbe:\n httpGet:\n path: /healthz\n port: 8080\n initialDelaySeconds: 5" matches this.15+ quiz questions · All difficulty levels · Free
Free Signup - Practice All Questions