learnk8s / k8bit

A tiny Kubernetes dashboard

Home Page:https://learnk8s.io/real-time-dashboard

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

K8bit — the tiny Kubernetes dashboard

K8bit is a tiny dashboard that is meant to demonstrate how to use the Kubernetes API to watch for changes.

K8bit — the tiny Kubernetes dashboard

Usage

You can start the dashboard with:

$ kubectl proxy --www=.
Starting to serve on 127.0.0.1:8001

Open the following URL http://127.0.0.1:8001/static.

Related

This project is inspired by kube-ops-view, which is a fully featured dashboard for Kubernetes.

About

A tiny Kubernetes dashboard

https://learnk8s.io/real-time-dashboard


Languages

Language:JavaScript 79.5%Language:HTML 20.5%