Skip to content

TonyQ-Lab/kubescope-dashboard

Repository files navigation

KubeScope Dashboard

Overview

Basically kubectl with an UI. Built with ReactJS and client-go.

KubeScope Home UI

Features

This project is still a WIP, new features will be added regularly.

  • Cluster Overview – Nodes, namespaces, and workload status

  • Workload Monitoring – Deployments, Pods, ReplicaSets, and more

  • Events - Detailed event information inside the cluster

  • User-Friendly Interface: Intuitive UI for navigating and analyzing metrics.

Prerequisites

Make sure you have the following installed:

  • Kubernetes cluster (v1.30+ recommended)

  • kubectl configured

  • Helm (optional)

Installation & Setup

Option 1: Using kubectl

If you use kubectl, follow the instructions here.

Option 2: Using Helm

If you use Helm, install the chart here.

Acknowledgements