Resource Management

Browse, inspect, and operate on 23+ Kubernetes resource types — all updated in real time via the Kubernetes watch API.

Supported Resources

Workloads

Networking

Config

Storage

RBAC

Cluster

Package Management

Real-time Watchers

Every resource type is backed by the Kubernetes watch API. When a pod restarts, a deployment scales, or a secret changes, the update appears in Krust instantly — no manual refresh needed. Watchers reconnect automatically on network interruption with exponential backoff.

Operations

Krust supports the full range of day-to-day Kubernetes operations directly from the GUI:

Inspector

Click any resource name to open the detail inspector. The inspector shows:

Bulk Operations

Select multiple resources with Cmd+click, then perform batch operations on the entire selection. Supported bulk actions include delete, restart, and scale — each with a confirmation dialog showing exactly which resources will be affected.

Context Menus

Right-click any resource row to see a context menu with actions specific to that resource type. Pods show exec, logs, and delete; Deployments show scale, restart, and delete; CronJobs show suspend/resume — and so on for every resource kind.