KUBI
Read-Only Kubernetes Visualizer

See Your Cluster Without Risk

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

GET LIST WATCH

Operator-safe access scope

Topology Snapshot

14 services, 39 edges

Updated 2.4s ago

What KUBI Shows

See Your Cluster Not Just YAML

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

Beyond kubectl.

See the structure. Not the output.

Manifest to Graph

Stop Reading. Start Seeing.

Raw YAML mutates in place while operational charts adapt in sync. Same source of truth, visualized live.

kubi-demo.yaml

-- INSERT -- kubi-demo.yaml +
Automated Analysis

Validation Engine

Live checks surface cluster risks by severity, link each finding to the affected object, and suggest concrete next actions.

Cluster validation sweep | refreshed at 05:35:16 PM

0/12 checks passing (0%)

Severity
Errors: 3 Warn: 2
Error TypeDescriptionObjectSeveritySuggested Action
Missing EndpointsService has no available endpoints.api-service Service ERREnsure backend pods are Ready and label selectors match.
Pods Not ReadyService targets pods that are not Ready.api-6f8dbf7d Pod ERRInspect readiness probe and container startup logs.
Pending PVCPVC remains in Pending state and cannot bind.data-pvc PVC ERRVerify StorageClass and available capacity.
Ingress without ServiceIngress route references a missing backend service.web-ingress Ingress WARNAttach a valid backend Service to ingress rules.
RBAC WildcardsRoleBinding uses wildcard verb in policy rules.admin-role RoleBinding WARNReplace wildcard verbs with least-privilege verbs.
Traffic Topology

Your Cluster, in Motion

Pro Toolkit

Advanced Features & Extensibility

KUBI scales from first cluster to expert workflows with external integrations, generated manifests, storage discovery, and endpoint intelligence.

Selected Capability

MCP Server Integration

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

External Storage Telemetry

Live storage health for Vitastor, Ceph, and Longhorn.

sync 05:35:16 PM

Disk Usage (Vitastor)

64% used

Capacity410Gi / 640Gi

Available230Gi

Disk I/O (Vitastor)

Read IOPS Write IOPS Peak 1320 IOPS
Pricing

Simple Pricing

Start with Basic
Upgrade to Premium
Access

Secure Authentication and Encryption

HTTPSSession TTLPassword Reset

Cookie Session Authentication

KUBI validates credentials on the server and keeps signed-in users in an HTTP-only session cookie backed by SQLite session records.

  • The current session is resolved from the kubi_session cookie on each request.
  • Active sessions can be revoked per device or globally from the profile.
HTTP-only cookieSQLite sessions

Password Hashing

Passwords are protected with salted scrypt hashes before they are stored in the local application database.

  • Plain-text passwords are never persisted.
  • Password verification uses timing-safe comparison on the server.
scryptSalted hashes

Session Lifecycle

Active sessions are stored in SQLite and pruned automatically when they expire.

  • Default session TTL is 12 hours, or 30 days when Remember me is enabled.
  • Expired sessions and password reset tokens are cleaned up server-side.
SQLite-backed12h / 30d TTL

Account Recovery

Users can recover account access through one-time password reset links and optional email delivery.

  • Reset tokens are single-use and expire after 30 minutes.
  • If email delivery is not configured, reset links are logged locally for development.
One-time token30 min TTL

Latest from KUBI

Kubernetes operations guides, product notes, and architecture decisions behind read-only cluster visibility.

Feedback

Send Feedback