Infrastructure for Kubernetes: Clusters :: Kloudfuse Docs

Infrastructure for Kubernetes: Clusters

What are Clusters?

Clusters are the highest-level units of a Kubernetes deployment. Each cluster contains a control plane and a set of worker nodes. In Kloudfuse, the Clusters screen provides a unified view of all clusters to help you monitor availability, capacity, and performance across regions and clouds.

Access the Cluster screen

Go to Infrastructure > Kubernetes > Cluster.

Cluster Table Columns

Each column in the table displays key cluster attributes:

  1. Cluster – Name of the Kubernetes cluster
  2. Status – Cluster availability and health indicators
  3. Age – Time since the cluster was created
  4. Version – Kubernetes version currently running
  5. Nodes – Total number of nodes in the cluster
  6. CPU
    • Total – Combined total CPU cores across all nodes
    • Allocable – CPU capacity available for workloads
    • Used – Real-time CPU usage by active pods
  7. Memory
    • Total – Combined memory capacity across all nodes (GiB)
    • Allocable – Memory allocable to workloads
    • Used – Real-time memory consumption
  8. Pods
    • Total – Total number of running pods in the cluster
    • % Usage – Percentage of allocated pod capacity used

Filters

Kloudfuse provides three categories of filters to scope your results precisely.

Search, group, and sort

Use the following options to refine your search view:

1. Search

Use the Search bar to filter resources such as pods, nodes, clusters, and namespaces using key-value pairs—just like filtering logs in Kloudfuse.

Filter Behavior

kube_namespace=datadog status=Running
AND is implicit. It doesn’t appear in the search bar.
kube_namespace=fluentd OR kube_namespace=datadog
Selecting filters in the sidebar updates the search bar automatically.
Typing directly in the search bar updates the sidebar filters.
This two-way sync keeps your filter view consistent.

2. Group By

Group resources—such as Pods, Clusters, Namespaces, or Nodes—by shared attributes to simplify analysis and troubleshooting. Use the icon to toggle between grouped and ungrouped views.

Common groupings include:

Grouping improves visibility into resource alignment, health, and usage patterns.

3. Sort

Use the icon to sort the list by any column in ascending or descending order.

Click the column header to toggle sort direction. Use sorting to identify highest resource usage, longest-running pods, or newest deployments.

Click any row to open the cluster detail pane.

Cluster Detail pane

You can filter directly from visible fields in the pane, including:

All fields are clickable and filterable. Kloudfuse includes all attached Kubernetes metadata and any custom tags. Click on any labels and tags to filter the view.

Custom tags

Kubernetes labels

Each cluster view includes multiple tabs for deeper observability. The node detail pane contains three tabs. These include:

Logs

Use the Logs tab to inspect real-time application and system logs for a selected Kubernetes resource.

Logs Display pane

Log search supports full-text match, tag selection, and time-range filters.

Metrics

The Metrics tab displays real-time CPU, memory, network, and disk usage for the selected resource.

Metrics Display pane

Events

Use the Events tab to view scheduled updates, restarts, warnings, or failed operations for a Kubernetes resource.

Events Display pane