Live Namespace View
pods.kube-system
72 objects indexed
Read-only visual interface for topology, ports, RBAC, storage and traffic intent. Built for operators who need clarity, not dashboards.
Live Namespace View
pods.kube-system
72 objects indexed
Read-Only Guarantee
No patch, no delete, no apply
Operator-safe access scope
Topology Snapshot
14 services, 39 edges
Updated 2.4s ago
Understand your cluster in one visual context without kubectl overload.
kubectl command overload
# Read-only operator workflow
$ kubectl get pods -A
building visual context...
7+
commands collapsed
1
visual graph
0
mutations allowed
100%
READ-ONLY
See the structure. Not the output.
Raw YAML mutates in place while operational charts adapt in sync. Same source of truth, visualized live.
Live checks surface cluster risks by severity, link each finding to the affected object, and suggest concrete next actions.
| Error Type | Description | Object | Severity | Suggested Action |
|---|---|---|---|---|
| Missing Endpoints | Service has no available endpoints. | api-service Service | ERR | Ensure backend pods are Ready and label selectors match. |
| Pods Not Ready | Service targets pods that are not Ready. | api-6f8dbf7d Pod | ERR | Inspect readiness probe and container startup logs. |
| Pending PVC | PVC remains in Pending state and cannot bind. | data-pvc PVC | ERR | Verify StorageClass and available capacity. |
| Ingress without Service | Ingress route references a missing backend service. | web-ingress Ingress | WARN | Attach a valid backend Service to ingress rules. |
| RBAC Wildcards | RoleBinding uses wildcard verb in policy rules. | admin-role RoleBinding | WARN | Replace wildcard verbs with least-privilege verbs. |
KUBI scales from first cluster to expert workflows with external integrations, generated manifests, storage discovery, and endpoint intelligence.
Selected Capability
Connect external MCP servers to stream health metrics, service latency, and audit snapshots into one KUBI context.
mcp:
endpoint: https://metrics.acme.net
authRef: secret/mcp-token
pollInterval: 15s Live storage health for Vitastor, Ceph, and Longhorn.
sync 05:35:16 PM
Capacity410Gi / 640Gi
Available230Gi
KUBI validates credentials on the server and keeps signed-in users in an HTTP-only session cookie backed by SQLite session records.
Passwords are protected with salted scrypt hashes before they are stored in the local application database.
Active sessions are stored in SQLite and pruned automatically when they expire.
Users can recover account access through one-time password reset links and optional email delivery.
Kubernetes operations guides, product notes, and architecture decisions behind read-only cluster visibility.
How read-only Kubernetes visualization helps operators inspect topology, RBAC, storage, and traffic without giving a dashboard write access.
A practical overview of when to use browser-direct kubeconfig import and when to use the KUBI agent for private Kubernetes access.