Doubt regarding this Question : ``` We have deployed a new pod called pod-with . . .

karthi Mahadev:
Doubt regarding this Question :

We have deployed a new pod called pod-with-rprobe. This Pod has an initial delay before it is Ready. Update the newly created pod pod-with-rprobe with a readinessProbe using the given spec
httpGet path: /ready
 httpGet port: 8080
  1. only for livenessprobe, I see httpGet

chris resnik:
https://kubernetes.io/docs/tasks/configure-pod-container/configure-liveness-readiness-startup-probes/
> Configuration for HTTP and TCP readiness probes also remains identical to liveness probes.

karthi Mahadev:
thanks.