PodWarden
User ManualPodWarden

Dashboard

Infrastructure overview with navigation cards, host status, and deployment counts

PodWarden dashboard
The dashboard provides a high-level overview of your infrastructure through navigation cards

What you see

URL: /

The dashboard is the home page after login. It provides a high-level overview of your infrastructure through six navigation cards, each showing a count and brief description of the resource it represents.

Navigation cards

CardCount showsDescription
HostsTotal registered hostsServers in your inventory, with status breakdown
K3s ClustersTotal clustersLightweight Kubernetes clusters managed by PodWarden
DeploymentsTotal assignmentsstack templates bound to clusters
DeploymentsTotal deploymentsDeployment history across all clusters
ProvisioningTotal jobsServer provisioning jobs with status breakdown
Settings--System configuration, users, and integrations

Clicking any card navigates to the corresponding page.

Status breakdowns

Host status

The Hosts card includes a breakdown of host states:

BadgeMeaning
onlineHost is reachable and reporting healthy
offlineHost is not responding to probes
provisioningHost is being set up via Ansible
errorLast probe or provisioning attempt failed
unknownHost has not been probed yet

Provisioning status

The Provisioning card includes a breakdown of job states:

BadgeMeaning
runningJob is currently executing
completedJob finished successfully
failedJob ended with an error
cancelledJob was manually cancelled
queuedJob is waiting to start

Available actions

The dashboard itself has no actions beyond navigation. Click any card to go to the detail page for that resource type.

Related docs

Dashboard