Skip to content

learnk8s/k8bit

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

2 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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.