How to monitor all container status in kubernetes? -


at present, there lots of containers running in kubernetes cluster, there solution monitor each container , sent alert when container in bad status ?

this broad subject , lot depends on want monitor, size of deployment , technical expertise available.

the comprehensive solution prometheus. comes extensive documentation, getting start guide, etc. setup pretty involved though.

depending on how have setup cluster grafana might available. if not, need deploy these addons: heapster, influxdb , grafana. there number of tutorials again depends on environment.


Comments

Popular posts from this blog

python - Error importing VideoFileClip from moviepy : AttributeError: 'PermissionError' object has no attribute 'message' -

java - is not an enclosing class / new Intent Cannot Resolve Constructor -

qt - QML MouseArea onWheel event not working properly when inside QML Scrollview -