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

https://github.com/vshn/container-workload-insights

Container workload insights generator
https://github.com/vshn/container-workload-insights

Last synced: 2 months ago
JSON representation

Container workload insights generator

Awesome Lists containing this project

README

        

# Container workload insights generator

This project provides a set of scripts that can be used to generate
insights about the workload running in a Kubernetes cluster.

The data required to produce the insights must be collected using the [process-info-collector](https://github.com/vshn/process-info-collector) tool.

## Generate pages
```
openpipe run pipelines/stats/openshift_managed_processes.yaml ../appuio-workload-insights/pic/output/
scripts/generate.sh
```

## Docker build

```sh
docker build -t container-workload-insights .
```

## Docker run

```sh
docker run \
-dit \
--name container-workload-insights \
-p 8080:8080 \
container-workload-insights
````