Skip to content
Medium Analyze Spring Boot multiple-choice

What is the difference between liveness and readiness probes in Kubernetes?

Analyze — Tests ability to break down and examine complex problems.

Answer Options

A Liveness checks CPU usage; readiness checks memory usage
B Liveness determines if the container should be restarted; readiness determines if it should receive traffic
C Liveness is for HTTP apps; readiness is for TCP apps
D Liveness probes run at startup; readiness probes run continuously

Want to see the correct answer?

Get the answer with a detailed explanation, plus practice 15+ more Spring Boot questions with adaptive quizzes and timed interviews.

See the Answer on Guru Sishya →

This question is from the Spring Boot topic (Programming Languages).

More Spring Boot Questions