Socket
Book a DemoInstallSign in
Socket

github.com/cloudposse/kube-prometheus-charts

Package Overview
Dependencies
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

github.com/cloudposse/kube-prometheus-charts

Source
Go
Version
v0.0.0-20170309150235-868d2aff3c6d
Version published
Created
Source

kube-prometheus-charts

Helm charts for installing end-to-end Prometheus monitoring of Kubernetes clusters using the prometheus-operator project from CoreOS.

As the upstream projects are very much in an alpha state, so is this one. Everything is subject to change.

Components

This repository contains four interrelated charts:

  • prometheus-operator: installs the Prometheus Operator
  • prometheus: installs a Prometheus instance using the Prometheus Operator
  • alertmanager: installs an Alertmanager instance using the Prometheus Operator
  • kube-prometheus: installs end-to-end cluster monitoring (not ready for use)

Installation

  • Add & update opsgoodness chart repository:
helm repo add opsgoodness http://charts.opsgoodness.com
helm repo update
  • (Optionally) Create custom prometheus-operator values file

  • Install prometheus-operator:

helm install opsgoodness/prometheus-operator [--namespace <namespace>] [-f prometheus-operator.yaml]
  • (Optionally) Create custom alertmanager values

  • Install alertmanager:

helm install opsgoodness/alertmanager [--namespace <namespace>] [-f alertmanager.yaml]
  • (Optional) Create custom prometheus values

  • Install prometheus:

helm install opsgoodness/prometheus [--namespace <namespace>] [-f prometheus.yaml]

FAQs

Package last updated on 09 Mar 2017

Did you know?

Socket

Socket for GitHub automatically highlights issues in each pull request and monitors the health of all your open source dependencies. Discover the contents of your packages and block harmful activity before you install or update your dependencies.

Install

Related posts