AutoscalingExporter Prometheus exporter for AWS auto scaling groups.
$ helm repo add banzaicloud-incubator http://kubernetes-charts-incubator.banzaicloud.com
$ helm repo update
$ helm install banzaicloud-incubator/aws-autoscaling-exporter
This chart bootstraps an AWS Autoscaling exporter deployment on a Kubernetes cluster using the Helm package manager.
- Kubernetes 1.8+ with Beta APIs enabled
To install the chart with the release name my-release
:
$ helm install --name my-release banzaicloud-incubator/aws-autoscaling-exporter
The command deploys AutoscalingExporter on the Kubernetes cluster in the default configuration. The configuration section lists the parameters that can be configured during installation.
To uninstall/delete the my-release
deployment:
$ helm delete my-release
The command removes all the Kubernetes components associated with the chart and deletes the release.
The following tables lists the configurable parameters of the AWS Autoscaling Exporter chart and their default values.
Parameter | Description | Default |
---|---|---|
autoscalingExporter.name |
Autoscaling Exporter container name | autoscalingExporter |
autoscalingExporter.image |
Autoscaling Exporter container image | banzaicloud/aws-autoscaling-exporter:{VERSION} |
autoscalingExporter.replicaCount |
Replica Count | 3 |
autoscalingExporter.service.type |
Kubernetes service type to expose | ClusterIP |
autoscalingExporter.service.nodePort |
Port to bind to for NodePort service type | nil |
autoscalingExporter.service.annotations |
Additional annotations to add to service | nil |
autoscalingExporter.imagePullPolicy |
Image pull policy. | IfNotPresent |
autoscalingExporter.logLevel |
Recommender Log level | info |
autoscalingExporter.appPort |
Port to bind to for Recommender service | 8089 |
autoscalingExporter.recommenderUrl |
URL of the spot instance recommender | http://localhost:9090 |
autoscalingExporter.metricsPath |
Path to metrics endpoint | /metrics |
autoscalingExporter.region |
AWS region where the recommender should work. | eu-west-1 |
autoscalingExporter.resources |
CPU/Memory resource requests/limits | Memory: 256Mi , CPU: 100m |
Specify each parameter using the --set key=value[,key=value]
argument to helm install
.
Alternatively, a YAML file that specifies the values for the parameters can be provided while installing the chart. For example:
$ helm install --name my-release -f values.yaml banzaicloud-incubator/aws-autoscaling-exporter
Tip: You can use the default values.yaml