What types of readiness probes can you use in Kubernetes?

Experience Level: Senior
Tags: Kubernetes

Answer

  • HTTP probes - HTTP request is sent to verify if a container is available.
  • TCP probes - TCP connection to a specific port is established to verify if a container is available.
  • Exec probes - An application is executed and a return status code is used to verify if a container is available.

Comments

No Comments Yet.
Be the first to tell us what you think.
Kubernetes Certified Application Developer (CKAD) preparation
Kubernetes Certified Application Developer (CKAD) preparation

Are you learning Kubernetes ? Try our test we designed to help you progress faster.

Test yourself
Kubernetes
Kubernetes

Are you learning Kubernetes ? Try our test we designed to help you progress faster.

Test yourself