An open API service indexing awesome lists of open source software.

https://github.com/containerum/nodemetrics

Resource usage monitoring service for Containerum
https://github.com/containerum/nodemetrics

kubernetes metrics-visualization platform prometheus-metrics resource-monitor

Last synced: 14 days ago
JSON representation

Resource usage monitoring service for Containerum

Awesome Lists containing this project

README

          

# nodeMetrics
nodeMetrics is a service for [Containerum](https://github.com/containerum/containerum) that monitors node resources utilisation (RAM, CPU, storage).

## Prerequisites
* Kubernetes

## Installation

### Using Helm

```
helm repo add containerum https://charts.containerum.io
helm repo update
helm install containerum/nodemetrics
```
## Contributions
Please submit all contributions concerning nodeMetrics component to this repository. Contributing guidelines are available [here](https://github.com/containerum/containerum/blob/master/CONTRIBUTING.md).

## License
nodeMetrics project is licensed under the terms of the Apache License Version 2.0. Please see License in this repository for more details.