kyma-project / busola

Web based Kubernetes Dashboard with a focus on privacy that requires no active components or special privileges in your cluster.
Apache License 2.0
24 stars 48 forks source link

Busola dashboard should report information about resources reserved #3016

Open mrCherry97 opened 3 months ago

mrCherry97 commented 3 months ago

Busola currently report only resource usage.

Screenshot 2024-06-27 at 09 30 52

Looking at this information, it all looks great and customer see no issues. However, the reality is not that. For this same customer, around 146 Pods are in pending state

Screenshot 2024-06-27 at 09 32 09

The reason is insufficient memory available, which is not visible from the Busola dashboard. This is a poor user experience when the customer might assume all is good, but actually his critical workloads might not be running.

Screenshot 2024-06-27 at 09 32 32

Currently SRE get alerted because some Kyma components get impacted, but this setup cannot scale.