-
Notifications
You must be signed in to change notification settings - Fork 0
Open
Labels
documentationImprovements or additions to documentationImprovements or additions to documentationenhancementNew feature or requestNew feature or requestmust haveImportant feature or improvementImportant feature or improvement
Milestone
Description
Feature Request
It would be nice to have an overview about the health of the Kubernetes cluster.
Stats like running pods, failed pods, resource requests/limits and so on.
Motivation
The main use case for monitoring is to see if the system is healthy.
CPU & memory usage is important, but so is the state of the running pods, to quickly identify any issues on application level.
Proposed Solution
- A dashboard exists that shows stats about running pods and failing pods.
- The data is scraped by Vector either from Kubelet or some other component like kube-state-metrics
- If a new component is needed, it should be part of the deployment
- The documentation was updated if any config is needed
Additional Context
The dashboard can be freely designed and feature as many stats as needed.
There are probably nice inspirations to be found when googling.
Metadata
Metadata
Assignees
Labels
documentationImprovements or additions to documentationImprovements or additions to documentationenhancementNew feature or requestNew feature or requestmust haveImportant feature or improvementImportant feature or improvement