Skip to content

[Feature] Kubernetes health monitoring #52

@hendric-dev

Description

@hendric-dev

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

No one assigned

    Labels

    documentationImprovements or additions to documentationenhancementNew feature or requestmust haveImportant feature or improvement

    Projects

    No projects

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions