From 86c0e43a0c4630d430c117659777da39da318d9d Mon Sep 17 00:00:00 2001 From: Pieter Vogelaar Date: Wed, 3 Oct 2018 22:50:24 +0200 Subject: [PATCH] Added cron job monitoring (#10336) * Added cron job monitoring Added cron job monitoring with the Kubernetes job monitor * Update resource-usage-monitoring.md --- .../debug-application-cluster/resource-usage-monitoring.md | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/content/en/docs/tasks/debug-application-cluster/resource-usage-monitoring.md b/content/en/docs/tasks/debug-application-cluster/resource-usage-monitoring.md index 84a5fe3b59..9463b4be76 100644 --- a/content/en/docs/tasks/debug-application-cluster/resource-usage-monitoring.md +++ b/content/en/docs/tasks/debug-application-cluster/resource-usage-monitoring.md @@ -89,4 +89,10 @@ This video shows how to configure and run a Google Cloud Monitoring backed Heaps {{< figure src="/images/docs/gcm.png" alt="Google Cloud Monitoring dashboard example" title="Google Cloud Monitoring dashboard example" caption="This dashboard shows cluster-wide resource usage." >}} +## CronJob monitoring + +### Kubernetes Job Monitor + +With the [Kubernetes Job Monitor](https://github.com/pietervogelaar/kubernetes-job-monitor) dashboard a Cluster Administrator can see which jobs are running and view the status of completed jobs. + {{% /capture %}}