GithubHelp home page GithubHelp logo

alexxnica / tick-charts Goto Github PK

View Code? Open in Web Editor NEW

This project forked from influxdata/tick-charts

0.0 1.0 0.0 46 KB

A repository for Helm Charts for the full TICK Stack

License: Apache License 2.0

Smarty 72.81% Shell 27.19%

tick-charts's Introduction

tick-charts

This is a collection of Helm Charts for the InfluxData TICK stack. This repo contains the following charts:

Deploy the whole stack!

  • Have your kubectl tool configured for the cluster where you would like to deploy the stack.
  • Have helm and tiller installed and configured
    • Download and configure the helm cli
    • Run helm init to install tiller in your cluster
  • Install the charts:
$ cd tick-charts
$ helm install --name data --namespace tick ./influxdb/
$ helm install --name polling --namespace tick ./telegraf-s/
$ helm install --name hosts --namespace tick ./telegraf-ds/
$ helm install --name alerts --namespace tick ./kapacitor/
$ helm install --name dash --namespace tick ./chronograf/
  • Wait for the IP for chronograf to appear:
$ kubectl get svc -w --namespace tick -l app=dash-chronograf
  • Open chronograf in your browser and configure it
    • InfluxDB URL: http://data-influxdb.tick:8086
    • Kapacitor URL: http://alerts-kapacitor.tick:9092

Or, just run ./create.sh and let the shell script do it for you! You can also tear down the installation with ./destroy.sh

Usage

To package any of the charts for deployment:

$ helm package /path/to/chart

This will create a file named {{ .Chart.Name }}-{{ .Chart.Version }}.tgz that is the chart file to be deployed. The default configurations are listed in the values.yaml file in the root of each repo. To deploy the chart with some default values create your custom values.yaml file to change the default configuration or modify the values.yaml file at the root of the chart before packaging it:

$ helm install telegraf-0.1.0.tgz --name {{ .Release.Name }} --namespace {{ .Release.Namespace }} --values /path/to/my_values.yaml

tick-charts's People

Contributors

devonbarrett avatar goller avatar jackzampolin avatar mlieberman85 avatar

Watchers

 avatar

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.