Back to Charts

⚠️ Repo Archive Notice

stable/kube-hunter/README.md

latest3.0 KB
Original Source

⚠️ Repo Archive Notice

As of Nov 13, 2020, charts in this repo will no longer be updated. For more information, see the Helm Charts Deprecation and Archive Notice, and Update.

Kube-hunter Helm Chart

This directory contains a Kubernetes chart to deploy Kube-hunter.

DEPRECATION NOTICE

This chart is deprecated and no longer supported.

Chart Details

This chart will do the following:

  • Create a CronJob which runs Kube-hunter in Pod mode.

Installing the Chart

To install the chart, use the following:

console
$ helm install stable/kube-hunter

Configuration

The following table lists the configurable parameters of the docker-registry chart and their default values.

ParameterDescriptionDefault
customArgumentsAdditional custom arguments to give to kube-hunter[]
image.pullPolicyContainer pull policyIfNotPresent
image.repositoryContainer image to useaquasec/kube-hunter
image.tagContainer image tag to deploy312
cronjob.scheduleSchedule for the CronJob0 1 * * *
cronjob.annotationsAnnotations to add to the cronjob{}
cronjob.concurrencyPolicy`AllowForbid
cronjob.failedJobsHistoryLimitSpecify the number of failed Jobs to keep1
cronjob.successfulJobsHistoryLimitSpecify the number of completed Jobs to keep1
pod.annotationsAnnotations to add to the pod{}
resourcesResource requests and limits{}
priorityClassNamepriorityClassNamenil

Specify each parameter using the --set key=value[,key=value] argument to helm install.