kube-HPC / hkube

🐟 High Performance Computing over Kubernetes - Core Repo 🎣
http://hkube.io
MIT License
305 stars 20 forks source link

View storage usage information in a graph view #118

Closed Ronenk5678 closed 6 years ago

Ronenk5678 commented 6 years ago

As a HKube manager I want to be able to view storage usage information in a graph view, so that I can analyze storage usage and sizing over time.

User story implementation details:

  1. storage usage information means: 1.1. Average storage usage (percentage) per minute in the chosen time frame. The average storage usage will be calculated separately per container. 1.2. Total (cluster) storage usage (percentage) in the chosen time frame.
  2. General requirements for graph view are detailed in #116
eytangro commented 6 years ago

TID-201