Helm chart for exporting kubernetes cost reports to AWS s3 bucket. N/B We have updated chart to use V2 scripts using allocations and assets api. if you are using old installation please use v1 chart
Homepage: https://www.kubecost.com
Add Delivery Hero public chart repo:
helm repo add deliveryhero https://charts.deliveryhero.io/A simple install with default values:
helm install deliveryhero/kubecost-reports-exporterTo install the chart with the release name my-release:
helm install my-release deliveryhero/kubecost-reports-exporterTo install with some set values:
helm install my-release deliveryhero/kubecost-reports-exporter --set values_key1=value1 --set values_key2=value2To install with custom values file:
helm install my-release deliveryhero/kubecost-reports-exporter -f values.yaml| Key | Type | Default | Description |
|---|---|---|---|
| activeDeadlineSeconds | int | 20 |
|
| affinity | object | {} |
|
| concurrencyPolicy | string | "Forbid" |
|
| env | object | {} |
Extra environment variables |
| failedJobsHistoryLimit | int | 1 |
|
| fullnameOverride | string | "" |
|
| image.pullPolicy | string | "IfNotPresent" |
|
| image.repository | string | "thomasnyambati/kubecost-reports-exporter" |
The container image to use |
| image.tag | string | "" |
|
| imagePullSecrets | list | [] |
|
| kubecost.allocationCostUrl | string | "/model/allocation?window=15m&aggregate=pod&includeAggregatedMetadata=true" |
Url for allocation api cost reports |
| kubecost.assetsCostUrl | string | "/model/assets?window=15m&filterCategories=Compute&filterTypes=Node&filterServices=Kubernetes" |
Url for assets api cost reports |
| kubecost.bucketName | string | "kubecost-reports-exporter" |
S3 Bucket name for reports export |
| kubecost.clusters[0].endpoint | string | "http://kubecost-cost-analyzer:9090" |
|
| kubecost.clusters[0].name | string | "default" |
|
| kubecost.diagnosticsUrl | string | "/diagnostics/prometheusMetrics" |
Url for prometheus diagnostics |
| kubecost.logLevel | string | "info" |
exporter log level. |
| nameOverride | string | "" |
|
| nodeSelector | object | {} |
|
| podAnnotations | object | {} |
|
| podSecurityContext | object | {} |
|
| resources | object | {} |
|
| restartPolicy | string | "OnFailure" |
|
| schedule | string | "0 * * * *" |
|
| securityContext | object | {} |
|
| serviceAccount.annotations | object | {} |
|
| serviceAccount.create | bool | false |
|
| serviceAccount.name | string | "" |
|
| successfulJobsHistoryLimit | int | 1 |
|
| tolerations | list | [] |
|
| ttlSecondsAfterFinished | int | 0 |
| Name | Url | |
|---|---|---|
| nyambati | thomas.nyambati@deliveryhero.com |