Share via

Health status dashboard for Kubernetes

Tanul 1,296 Reputation points
2025-06-13T07:31:39.73+00:00

Hello,

Is there any opensource application exist which can help in making health dashboard for kubernetes similar to this

Service health - Jun 13, 2025 | AWS Health Dashboard | Global

To see the health of infrastructure and the hosted application real-time(or at different date time)

Regards,

Tanul

Azure Kubernetes Service
Azure Kubernetes Service

An Azure service that provides serverless Kubernetes, an integrated continuous integration and continuous delivery experience, and enterprise-grade security and governance.


2 answers

Sort by: Most helpful
  1. Nikhil Duserla 9,775 Reputation points Microsoft External Staff Moderator
    2025-07-04T11:59:41.35+00:00

    Hello @Tanul,

    Yes, there are open-source solutions that can help you build a Kubernetes health dashboard similar to the AWS Health Dashboard, showing:

    Real-time infrastructure health

    Historical uptime or status (per service or component)

    Hosted application status

    Team-specific views (optional)

    1 .Prometheus + Grafana + Loki (for monitoring, logs, alerts)

    Prometheus: collects real-time Kubernetes & app metrics.

    Grafana: visualize metrics using dashboards.

    Loki: log aggregation, correlates logs with metrics.

    Use Grafana Alerting or OnCall to define health conditions.

    How this helps: 

    Grafana lets you build custom dashboards for: 

    Node health

    Pod/Deployment status

    Application-specific metric

    1. KubeView (https://github.com/benc-uk/kubeview)"https://github.com/benc-uk/kubeview)")

    Realtime visual overview of your Kubernetes cluster.

    Shows:

    Pods, Deployments, Namespaces

    Node status

    Service to pod mapping

    Best For:

    Lightweight internal dashboard

    Real-time cluster health

    1. Kiali (for Istio users)

    Visualizes service mesh health (latency, errors, traffic).

    Great for microservice-based apps using Istio.

    Offers status graphs similar to AWS service health.

    1. Kubernetes Dashboard + Metrics Server

    The official dashboard gives a real-time view of resource usage and health.

    Can be extended with custom plugins and alerts.

    Suitable for internal use but lacks historical and team-level views out-of-the-box.

    1. Azure Monitor Container Insights

    Offers:

    Full-stack observability for AKS and Arc-enabled clusters.

    Real-time telemetry on cluster health, node/pod/container performance.

    Integration with Prometheus, Grafana, and OpenTelemetry

    If you found this informative, please consider accepting an answer as a token of appreciation. And don't forget to give it a thumbs up 👍 if it was helpful.

    Was this answer helpful?


  2. Akram Kathimi 2,001 Reputation points Microsoft Employee
    2025-06-13T07:52:46.0266667+00:00

    @Tanul Thank you for posting your question.
    Yes, we have this Azure Status

    Please mark this as "Answered" if you find it helpful.

    Thank you.

    Was this answer helpful?


Your answer

Answers can be marked as 'Accepted' by the question author and 'Recommended' by moderators, which helps users know the answer solved the author's problem.