Top "Kubernetes-health-check" questions

Kubernetes: How do I delete PV in the correct manner

The stateful set es-data was failing on our test environment and I was asked to delete corresponding PV. So I …

kubernetes kubernetes-health-check
Where does the convention of using /healthz for application health checks come from?

In the Kubernetes/Docker ecosystem there is a convention of using /healthz as a health-check endpoint for applications. Where does …

docker kubernetes kubernetes-health-check
Monitoring a kubernetes job

I have kubernetes jobs that takes variable amount of time to complete. Between 4 to 8 minutes. Is there any way i …

kubernetes kubernetes-health-check
Kubernetes/Container Engine: TLS handshake timeout

About 7 hours ago i was working with kubectl without problems. Now (after a few hours of sleep, and a reboot …

kubernetes google-kubernetes-engine kubernetes-health-check kubectl
Unable to connect to the server: x509: certificate is valid for

OS: Mac OS 10.13.6 Terminal Kubectl for Remote Access When I execute the command with "--insecure-skip-tls-verify" it works fine. dev-env at …

kubernetes google-kubernetes-engine kubernetes-health-check
How fix this error "watch chan error: etcdserver: mvcc: required revision has been compacted"?

I have a kubernetes cluster with two nodes, and two nodes for etcd,also I am using authentication for my …

kubernetes etcd kubernetes-health-check
Error while executing and initializing kubeadm

While initializing kubeadm I am getting following errors. I have also tried command kubeadm reset before doing kubadm init. Kubelet …

kubernetes kubectl minikube kubernetes-health-check
When to use Docker HEALTHCHECK vs livenessProbe / readinessProbe

The new ability to specify a HEALTHCHECK in a Dockerfile seems redundant with the Kubernetes probe directives. Any advice on …

docker kubernetes kubernetes-health-check
What is the default value of initialDelaySeconds

Kubernetes' liveness and readiness prob for pods (deployment) can be configured with this initial delay ---- meaning the prob will …

kubernetes kubernetes-health-check