2

Does liveness probe in kubernetes verify Certificate for https request? I am using a self-signed certificate for my project.

4

1 回答 1

6

No, as per the official documentation https://kubernetes.io/docs/tasks/configure-pod-container/configure-liveness-readiness-probes/

If scheme field is set to HTTPS, the kubelet sends an HTTPS request skipping the certificate verification.

于 2019-01-10T10:33:46.787 回答