Slow incident triage
Operators can start from grouped health signals instead of jumping between raw object tables, terminals, and ad hoc commands.
Home / BeaverDeck
A self-hosted Kubernetes operations workspace for Cluster Insights, resource inspection, logs, exec sessions, and common day-2 actions. GPU visibility and capacity signals help teams understand how expensive compute is used by AI workloads.
BeaverDeck is built for teams that need to shorten the path from a cluster signal to a controlled action.
Operators can start from grouped health signals instead of jumping between raw object tables, terminals, and ad hoc commands.
Logs, manifests, exec sessions, YAML apply, scaling, restarts, drains, deletes, and RBAC-aware actions live in one workspace.
GPU visibility and capacity signals help teams understand AI workload placement and reduce waste on costly infrastructure.
BeaverDeck stays focused on practical workflows, clear resource state, and predictable ownership.
Start from useful signals, then get to the resource, log, manifest, or action behind the signal.
Improve understanding of costly infrastructure, including GPU capacity used by AI workloads.
Keep deployment, audit records, access control, and platform data inside infrastructure you operate.
Start from grouped signals, then open the resource, log, manifest, or operation connected to the finding.
Readiness, pressure conditions, metrics availability, GPU visibility, and compute capacity signals.
Pod and controller health, restart patterns, pending pods, resource pressure, and security context warnings.
Ingress and service signals that help narrow traffic-routing issues.
PVC binding state, volume usage, storage class visibility, and persistent storage pressure.
BeaverDeck keeps the confirmation and action path close to the signal.
Install with the official Helm chart. Persistence is recommended for any non-demo installation.
BeaverDeck stores users, roles, audit records, auth provider settings, bootstrap state, and other
configuration in SQLite under DATA_DIR. Back that directory with a PVC in normal use.
helm upgrade --install beaverdeck oci://ghcr.io/arequs/charts/beaverdeck \
--version 2.1.1 \
--namespace beaverdeck \
--create-namespace \
--set persistence.enabled=true \
--set persistence.size=5Gi \
--set persistence.storageClass=standard \
--set clusterName=your-cluster-name