github.com/galamsiva2020/kubernetes-heapster-monitoring@v0.0.0-20210823134957-3c1baa7c1e70/README.md (about)

     1  # Heapster
     2  
     3  ***RETIRED***: Heapster is now retired.  See the [deprecation timeline](docs/deprecation.md)
     4  for more information on support. We will not be making changes to Heapster.
     5  
     6  The following are potential migration paths for Heapster functionality:
     7  
     8  - **For basic CPU/memory HPA metrics**: Use [metrics-server](https://github.com/kubernetes-incubator/metrics-server).
     9  
    10  - **For general monitoring**: Consider a third-party monitoring pipeline that can gather Prometheus-formatted metrics.
    11    The kubelet exposes all the metrics exported by Heapster in Prometheus format.
    12    One such monitoring pipeline can be set up using the [Prometheus Operator](https://github.com/coreos/prometheus-operator), which
    13    deploys Prometheus itself for this purpose.
    14  
    15  - **For event transfer**: Several third-party tools exist to transfer/archive Kubernetes events, depending on your sink.
    16    [heptiolabs/eventrouter](https://github.com/heptiolabs/eventrouter) has been suggested as a general alternative.
    17  
    18  [![GoDoc](https://godoc.org/k8s.io/heapster?status.svg)](https://godoc.org/k8s.io/heapster) [![Build Status](https://travis-ci.org/kubernetes/heapster.svg?branch=master)](https://travis-ci.org/kubernetes/heapster)  [![Go Report Card](https://goreportcard.com/badge/github.com/kubernetes/heapster)](https://goreportcard.com/report/github.com/kubernetes/heapster)
    19  
    20  Heapster enables Container Cluster Monitoring and Performance Analysis for [Kubernetes](https://github.com/kubernetes/kubernetes) (versions v1.0.6 and higher), and platforms which include it.
    21  
    22  Heapster collects and interprets various signals like compute resource usage, lifecycle events, etc.
    23  Note that the model API, formerly used provide REST access to its collected metrics, is now deprecated.
    24  Please see [the model documentation](docs/model.md) for more details.
    25  
    26  Heapster supports multiple sources of data.
    27  More information [here](docs/source-configuration.md).
    28  
    29  Heapster supports the pluggable storage backends described [here](docs/sink-owners.md).
    30  We welcome patches that add additional storage backends.
    31  Documentation on storage sinks [here](docs/sink-configuration.md).
    32  The current version of Storage Schema is documented [here](docs/storage-schema.md).
    33  
    34  ### Running Heapster on Kubernetes
    35  
    36  Heapster can run on a Kubernetes cluster using a number of backends.  Some common choices:
    37  - [InfluxDB](docs/influxdb.md)
    38  - [Stackdriver Monitoring and Logging](docs/google.md) for Google Cloud Platform
    39  - [Other backends](docs/)
    40  
    41  ### Running Heapster on OpenShift
    42  
    43  Using Heapster to monitor an OpenShift cluster requires some additional changes to the Kubernetes instructions to allow communication between the Heapster instance and OpenShift's secured endpoints. To run standalone Heapster or a combination of Heapster and Hawkular-Metrics in OpenShift, follow [this guide](https://github.com/openshift/origin-metrics).
    44  
    45  #### Troubleshooting guide [here](docs/debugging.md)
    46  
    47  
    48  ## Community
    49  
    50  Contributions, questions, and comments are all welcomed and encouraged! Developers hang out on [Slack](https://kubernetes.slack.com) in the #sig-instrumentation channel (get an invitation [here](http://slack.kubernetes.io/)). We also have the [kubernetes-dev Google Groups mailing list](https://groups.google.com/forum/#!forum/kubernetes-dev). If you are posting to the list please prefix your subject with "heapster: ".