Skip to content

dimitrovvlado/prometheus-couchbase-exporter

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

2 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Prometheus Couchbase Exporter

TL;DR;

$ helm install incubator/prometheus-couchbase-exporter

Introduction

This chart bootstraps a couchbase exporter on a Kubernetes cluster using the Helm package manager. The exporter can connect to Couchbase directly for provided host and port.

Installing the Chart

To install the chart with the release name my-release:

$ helm install --name my-release incubator/prometheus-couchbase-exporter

The command deploys Couchbase Exporter on the Kubernetes cluster in the default configuration. The configuration section lists the parameters that can be configured during installation.

Uninstalling the Chart

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.

Configuration

The following table lists the configurable parameters of the mysql exporter chart and their default values.

Parameter Description Default
replicaCount Amount of pods for the deployment 1
image.repository Image repository vdimitrov/couchbase-exporter
image.tag Image tag 1.0-alpine
image.pullPolicy Image pull policy IfNotPresent
service.name Service name couchbase-exporter
service.type Service type ClusterIP
service.externalport The service port 9420
service.internalPort The target port of the container 9420
resources CPU/Memory resource requests/limits {}
annotations pod annotations for easier discovery {}
couchbase.host Hostname of the Couchbase cluster cb-example
couchbase.port Port of the Couchbase cluster 8091
couchbase.username Couchbase username Administrator
couchbase.password Couchbase password password

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

Releases

No releases published

Packages

No packages published

Languages