Back to Charts

⚠️ Repo Archive Notice

stable/coscale/README.md

latest2.7 KB
Original Source

⚠️ Repo Archive Notice

As of Nov 13, 2020, charts in this repo will no longer be updated. For more information, see the Helm Charts Deprecation and Archive Notice, and Update.

CoScale

CoScale offers full-stack monitoring for containers and microservices.

DEPRECATION NOTICE

This chart is deprecated and no longer supported.

Introduction

This chart adds the CoScale Agent to all nodes in your cluster via a DaemonSet.

Prerequisites

  • Kubernetes 1.2+ with Beta APIs enabled

Installing the Chart

To install the chart with the release name my-release, retrieve your CoScale details from your Agent page and run:

bash
$ helm install \
    --name my-release \
    --set coscale.appId=YOUR-APP-ID,coscale.accessToken=YOUR-ACCESS-TOKEN,coscale.templateId=YOUR-TEMPLATE-ID \
    stable/coscale

After a few minutes, you should see hosts and containers appearing in the CoScale UI.

Tip: List all releases using helm list

Uninstalling the Chart

To uninstall/delete the my-release deployment:

bash
$ 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 CoScale chart and their default values.

ParameterDescriptionDefault
coscale.appIdYour CoScale Application IdNil You must provide your own
coscale.accessTokenYour CoScale Access TokenNil You must provide your own
coscale.templateIdYour CoScale Agent Template IdNil You must provide your own
image.repositoryThe image repository to pull fromcoscale/coscale-agent
image.tagThe image tag to pull3.16.0
image.pullPolicyThe Image pull policyIfNotPresent

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,

bash
$ helm install --name my-release -f values.yaml stable/coscale

Tip: You can use the default values.yaml