An implementation of the Kubernetes Custom Metrics API and External Metrics API for AWS CloudWatch metrics. This adapter allows you to scale your Kubernetes deployment using the Horizontal Pod Autoscaler (HPA) with metrics from AWS CloudWatch.
Homepage: https://github.com/awslabs/k8s-cloudwatch-adapter
Add Delivery Hero public chart repo:
helm repo add deliveryhero https://charts.deliveryhero.io/
A simple install with default values:
helm install deliveryhero/k8s-cloudwatch-adapter
To install the chart with the release name my-release
:
helm install my-release deliveryhero/k8s-cloudwatch-adapter
To install with some set values:
helm install my-release deliveryhero/k8s-cloudwatch-adapter --set values_key1=value1 --set values_key2=value2
To install with custom values file:
helm install my-release deliveryhero/k8s-cloudwatch-adapter -f values.yaml
Key | Type | Default | Description |
---|---|---|---|
adapter.args.cert-dir | string | "/tmp" |
|
adapter.args.logtostderr | bool | true |
|
adapter.args.secure-port | int | 6443 |
|
adapter.args.v | int | 2 |
|
affinity | object | {} |
|
extraLabels | object | {} |
|
fullnameOverride | string | "" |
|
image.pullPolicy | string | "IfNotPresent" |
|
image.repository | string | "chankh/k8s-cloudwatch-adapter" |
|
image.tag | string | "v0.9.0" |
|
imagePullSecrets | list | [] |
|
nameOverride | string | "" |
|
nodeSelector | object | {} |
|
podSecurityContext.fsGroup | int | 65534 |
|
replicaCount | int | 1 |
|
resources | object | {} |
|
securityContext | object | {} |
|
service.port | int | 80 |
|
service.type | string | "ClusterIP" |
|
serviceAccount.annotations | object | {} |
|
serviceAccount.create | bool | true |
|
serviceAccount.name | string | "" |
|
tolerations | list | [] |
Name | Url | |
---|---|---|
max-rocket-internet | [email protected] |