SkillAgentSearch skills...

Clusterinfo

In-cluster Kubernetes UI - Designed for teaching Kubernetes concepts

Install / Use

/learn @scubakiz/Clusterinfo
About this skill

Quality Score

0/100

Category

Design

Supported Platforms

Universal

README

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 GitHub
GitHub Stars36
CategoryDesign
Updated10mo ago
Forks19

Security Score

67/100

Audited on May 29, 2025

No findings