Top "Kubernetes-health-check" questions

Kubernetes (K8s) - Can you check what time a pod restarts at?

I am trying to create a system health check. I would like to be able to determine how often the …

kubernetes kubernetes-health-check
Why Kubernetes Pod gets into Terminated state giving Completed reason and exit code 0?

I am struggling to find any answer to this in the Kubernetes documentation. The scenario is the following: Kubernetes version 1.4 …

kubernetes kubernetes-health-check
How to get a custom healthcheck path in a GCE L7 balancer serving a Kubernetes Ingress?

I'm trying to deploy a grafana instance inside Kubernetes (server 1.6.4) in GCE. I'm using the following manifests: Deployment (full version): …

kubernetes google-compute-engine kubernetes-health-check
cant delete pod using kubctl delete pod <pod>

I want to delete a pod permanently so I can create the deployment.yaml and derveice.yaml again from fresh, …

deployment kubernetes google-cloud-endpoints kubernetes-health-check
How to scrape pod level info using prometheus kubernetes?

I am trying to scrape pod level info using prometheus kubernetes. Here is the config i am using: - job_…

kubernetes prometheus kubernetes-health-check
How to verify that a Kubernetes deployment update has been successful?

I have a simple Kubernetes deployment. It consists of a single, unreplicated container. There is no service exposing the container. …

deployment kubernetes kubernetes-health-check
How to define a liveness command

A livenessProbe (extracted from an example) below is working well. livenessProbe: exec: command: - cat - /tmp/healthy But, my …

kubernetes kubernetes-health-check
How to pause a kubernetes service

I've got a setup described bellow - so a simple replication controller, service and an https ingress deployed with kubernetes …

kubernetes kubectl kubernetes-health-check google-compute-engine
kubeadm join fails with http://localhost:10248/healthz connection refused

I'm trying to setup kubernetes (from the tutorials for centos7) on three VMs, unfortunately the joining of the worker fails. …

kubernetes kubeadm kubernetes-health-check
Kubernetes deployment status in Jenkins

I am writing a Jenkins Global pipeline library where I have a stage to deploy my docker image to K8…

jenkins kubernetes jenkins-pipeline kubernetes-health-check kubernetes-deployment