Skip to content
This repository has been archived by the owner on Jul 24, 2018. It is now read-only.

Promenade Lifecycle Managed Components missing Liveness and Readiness Probes #48

Open
jezogwza opened this issue Jan 9, 2018 · 1 comment

Comments

@jezogwza
Copy link

jezogwza commented Jan 9, 2018

Is this a bug report or feature request? (choose one):
ENHANCEMENT - Missing Resilience Feature

Python Version (output of python --version):

Development or Deployment Environment?:
Development

Release Tag or Master:

Expected Behavior:
All of the components deployed by promenade should be resilient, and able to partake or leverage the Kubernetes resilience features. Specifically Kubernetes should be able to identify when one of these components is not functioning properly, even when the pod appears to be running.
In general this is achieved using health Probes.
This is a request to make sure all the promenade deployed components include health probes where appropriate.

What Actually Happened:
One of the kubernetes-apiserver pod wasn't responding.
Upon killing the pod and allowing kubernetes to re spawn it it started to work again.
With a heath probe that should have occurred by itself.

How to Reproduce the Issue (as minimally as possible):
Not sure how we got to that situation.
The behavior was easy to spot.
kubectl would stagnate every other request, necessitating a CTRL^C , after which reissuing the command kubectl would usually work.

Any Additional Comments:

@mark-burnett
Copy link
Contributor

Thanks for filing this issue @jezogwza

Adding probes to all the charts is definitely valuable.

Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants