Kubesense

Kubernetes Resources

The Infrastructure page provides a comprehensive view of all Kubernetes resources in your cluster, organized by resource type tabs.

Infrastructure — Nodes

Overview

The Infrastructure page supports three environment types:

  • Kubernetes — Kubernetes cluster resources
  • Docker — Docker container monitoring
  • VM — Virtual machine monitoring

For Kubernetes environments, resources are organized into tabs across the top of the page.

Resource Tabs

Nodes

Nodes

Monitor the health of your cluster nodes:

ColumnDescription
NameNode name
ClusterCluster the node belongs to
CPUCurrent CPU utilization percentage
MemoryCurrent memory utilization percentage
DiskCurrent disk utilization percentage
PodsNumber of pods running on the node (with ready/not-ready/warning counts)
AgeTime since the node was created
TaintsNumber of taints on the node

Pods

Pods

View all pods across your cluster:

ColumnDescription
NamePod name
ClusterCluster name
NamespaceKubernetes namespace
CPUCPU request and utilization
MemoryMemory utilization percentage
ContainerNumber of containers in the pod
RestartsContainer restart count
AgePod age
NodeNode the pod is running on

Deployments

Deployments

Monitor all deployments:

ColumnDescription
NameDeployment name
ClusterCluster name
NamespaceKubernetes namespace
PodsReady/total pod count
AgeDeployment age
ConditionsAvailable and Progressing status

DaemonSets

Track DaemonSets with desired vs. ready pod counts, node selector status, and age.

StatefulSets

Monitor StatefulSets with replica counts, ready status, and update strategy information.

ReplicaSets

View ReplicaSets with desired, current, and ready replica counts.

Jobs

Track Job completion status, duration, and success/failure counts.

CronJobs

Monitor CronJob schedules, last run time, and next scheduled execution.

ConfigMaps

List ConfigMaps with namespace, data key count, and age.

PersistentVolumes

View PersistentVolume capacity, access modes, reclaim policy, storage class, and status.

PersistentVolumeClaims

Monitor PVC status, capacity, access modes, and bound PersistentVolume.

Filters

  • Search — Filter resources by name
  • Status filter — Show all statuses or filter to specific conditions (Ready, Not Ready, etc.)
  • Cluster selector — Switch between clusters
  • LIVE toggle — Enable real-time updates

Pagination

For tabs with many results, pagination is available at the bottom of the table (e.g., "1 - 20 of 272 records").