Clusterinfo
In-cluster Kubernetes UI - Designed for teaching Kubernetes concepts
Install / Use
/learn @scubakiz/ClusterinfoREADME
Kubernetes Cluster Info
In-cluster Kubernetes UI designed for teaching Kubernetes concepts.

NEVER USE CLUSTER INFO IN A PRODUCTION CLUSTER!!
Installation:
Add the Helm repo and install the Helm chart:
helm repo add scubakiz https://scubakiz.github.io/clusterinfo/
helm repo update
helm install clusterinfo scubakiz/clusterinfo
Wait about a minute or so for the app to start.
Forward the service and the app from your local machine at http://localhost:5252:
kubectl port-forward svc/clusterinfo 5252:5252 -n clusterinfo
Clean up
To remove Cluster Info from your cluster, uninstall the Helm chart:
helm uninstall clusterinfo
Remove the Helm repo:
helm repo remove scubakiz
Technologies Used
This application is written in C# using .NET 5.0 with Blazor.
View on GitHub67/100
Security Score
Audited on May 29, 2025
No findings
