Skip to content

Operations Visualization

This section is about "seeing what the cluster is doing" and "extending what the cluster can do". It includes the time-ordered event stream, the object-relationship resource map, and the Kuboard addon marketplace.

Quick Navigation

SectionContentWhen to Read
EventsCluster- and namespace-level Event timeline with filtersDiagnose application failures and locate root cause
Resource MapA graph of Deployment / Pod / Service and their relationshipsUnderstand resource topology and dependencies at a glance
Addon MarketplaceOne-click install of Kuboard addons (metrics-server, dashboard, etc.)Quickly fill in common cluster capabilities
  1. Routine inspection — open Events to see recent warnings for the cluster and namespaces;
  2. Complex troubleshooting — when "I changed config but nothing happened", trace the chain with Resource Map;
  3. Capability gaps — close them with Addon Marketplace for common dependencies such as metrics-server or NFS Provisioner.

About addons

Kuboard V4 addons are backward-compatible with V3: addons installed in V3 continue to work after an upgrade to V4 without reinstallation. Addons are implemented as Kuboard custom resources, so they are managed using the same flow as the Custom Resources section.