VpK (Visually presented Kubernetes) is a Node.js application that connects to your cluster via
kubectl and renders a nice visualisation of its resources. Its prominent features include:- Displaying Pods and Nodes, Ingresses, configuration (ConfigMaps, Secrets), storage (StorageClass, PV, PVC), network (Endpoints, Services), and security (roles, bindings) resources.
- Flat (a.k.a. “schematic”) and 3D visual representations, which you can use in an interactive mode.
- Timelapse mode for the 3D view reflecting the creation and removal of cluster resources.
- Filtering K8s resources by namespaces, kinds, labels, names, and annotations.
▶️ GitHub repo
#tools
