Skip to content
This repository has been archived by the owner on Dec 1, 2018. It is now read-only.

Latest commit

 

History

History
12 lines (8 loc) · 655 Bytes

overview.md

File metadata and controls

12 lines (8 loc) · 655 Bytes

Heapster Overview

Heapster is a monitoring metrics and events processing tool designed to work inside Kubernetes clusters. It consists of 2 components:

  • Heapster core that reads metrics from Kubernetes cluster nodes (see sources), do some processing and writes them to permanent storage (see sinks). It also provides metrics for other Kubernetes components through Model API.

  • Eventer that reads events from Kubernetes master (see sources) and writes them to permanent storage (see sinks).