Helm chart for exporting kubernetes cost reports to S3
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-exporter
To install the chart with the release name my-release
:
helm install my-release deliveryhero/kubecost-reports-exporter
To install with some set values:
helm install my-release deliveryhero/kubecost-reports-exporter --set values_key1=value1 --set values_key2=value2
To install with custom values file:
helm install my-release deliveryhero/kubecost-reports-exporter -f values.yaml
Key | Type | Default | Description |
---|---|---|---|
affinity | object | {} |
|
concurrencyPolicy | string | "Forbid" |
|
env | object | {} |
Extra environment variables |
fullnameOverride | string | "" |
|
image.pullPolicy | string | "IfNotPresent" |
|
image.repository | string | "thomasnyambati/kubecost-reports-exporter" |
|
imagePullSecrets | list | [] |
|
kubecost.aggregatedCostUrl | string | "/model/aggregatedCostModel?window=1d&aggregation=namespace" |
Url for aggregated cost report |
kubecost.bucketName | string | "kubecost-reports-exporter" |
S3 Bucket name for reports export |
kubecost.clusterName | string | "change_me" |
Name of the cluster |
kubecost.clusters[0].endpoint | string | "http://kubecost-cost-analyzer:9090" |
|
kubecost.clusters[0].name | string | "default" |
|
kubecost.logLevel | string | "info" |
exporter log level. |
kubecost.nonAggregatedCostUrl | string | "/model/costDataModel?timeWindow=1d&offset=1d" |
Url for non-aggregated cost report |
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 | [] |
Name | Url | |
---|---|---|
nyambati | thomas.nyambati@deliveryhero.com |