Cronjob Helm Chart

Cronjob
Analyzed version: 1.0.0

By ameijer

Helm Chart representing a single CronJob Kubernetes API object

Prometheus, a CNCF project, is a systems and service monitoring system. It collects metrics from configured targets at given intervals, evaluates rule expressions, displays the results, and can trigger alerts if some condition is observed to be true.

This chart bootstraps a Prometheus deployment on a Kubernetes cluster using the Helm package manager.

Latest version: 15.5.3
View GitHub

How to Install the Cronjob Helm Chart

Add Chart Repository to Helm

helm repo add k8s-as-helm https://ameijer.github.io/k8s-as-helm

Install Chart

helm install my-cronjob k8s-as-helm/cronjob --version 1.0.0

Does the Cronjob chart contain security gaps?

The chart meets the best practices recommended by the industry.

The chart contains 2 misconfigurations.

The chart meets the best practices recommended by the industry. Find the full list of best practices here.

❌ Ensure CronJob has a configured deadline

1 occurrences:

  • metadata.name: release-name (kind: CronJob)

💡 Missing property object `startingDeadlineSeconds` - set a time limit to the cron execution to allow killing it if exceeded

Learn how to fix the issue here

❌ Prevent CronJob from executing jobs concurrently

1 occurrences:

  • metadata.name: release-name (kind: CronJob)

💡 Missing property object `concurrencyPolicy` - the behavior will be more deterministic if jobs won't run concurrently

Learn how to fix the issue here

This is some text inside of a div block.
This is some text inside of a div block.

Reveal misconfigurations within minutes

3 Quick Steps to Get Started