> ## Documentation Index
> Fetch the complete documentation index at: https://metoro.io/docs/llms.txt
> Use this file to discover all available pages before exploring further.

# Infrastructure View

> Monitor and analyze your Kubernetes cluster nodes and their resources

## Overview

The Infrastructure view provides comprehensive monitoring and analysis of nodes across your Kubernetes clusters. It combines node-focused metrics with an embedded Resource Viewer experience for fast drill-down.

## Node Overview

### Node Resource Explorer

The top section uses Resource Viewer in a node-focused mode, where you can:

* Node names (searchable)
* Inspect node status and age
* Review CPU and memory usage context
* Filter and drill into node details over the selected time range

<img src="https://mintcdn.com/metoro/ZLKLeijcjMYiIwum/images/infrastructure-node-table.png?fit=max&auto=format&n=ZLKLeijcjMYiIwum&q=85&s=2d3d67d79337afb1b6222caacca601bc" alt="Node overview table showing resource utilization" width="3456" height="1258" data-path="images/infrastructure-node-table.png" />

## Node Details

Click on any node to access detailed information across several tabs.

<img src="https://mintcdn.com/metoro/WUkDA8ZzUF2HFKec/images/node-details.png?fit=max&auto=format&n=WUkDA8ZzUF2HFKec&q=85&s=2a52083b9ab5e32d93dce4202aafe85d" alt="Node detail page showing Host Info tab with aliases, specification, and capacity sections" width="3456" height="1984" data-path="images/node-details.png" />

### General Information

* Node capacity
* Available resources
* Kubernetes node metadata
* System information

### Host Metrics

Monitor system-level metrics:

* CPU utilization
* Memory usage
* Disk usage
* Network throughput (transmitted/received bytes)
* Additional system metrics

<img src="https://mintcdn.com/metoro/WUkDA8ZzUF2HFKec/images/node-host-metrics.png?fit=max&auto=format&n=WUkDA8ZzUF2HFKec&q=85&s=e0cd486cb76ffae0e7a4afff6931a17c" alt="Host metrics dashboard for a node" width="3456" height="1984" data-path="images/node-host-metrics.png" />

### Pods View

A detailed table of all pods running on the node:

* Restart frequency
* Uptime
* Pod status and conditions
* Resource usage

<img src="https://mintcdn.com/metoro/WUkDA8ZzUF2HFKec/images/node-pods-view.png?fit=max&auto=format&n=WUkDA8ZzUF2HFKec&q=85&s=928ea107e762020b2bb6f655ecbbc5f6" alt="Pod listing and details" width="3456" height="1984" data-path="images/node-pods-view.png" />

### Pod Metrics

Aggregate metrics for pods on the node:

* CPU usage per pod
* Memory consumption
* Resource distribution
* Performance analysis

This view is particularly useful for:

* Identifying resource-heavy pods
* Debugging CPU/memory issues
* Analyzing noisy neighbor situations
* Resource optimization

### Node YAML

Access the raw Kubernetes node resource YAML:

* Current node configuration
* Resource definitions
* Node labels and annotations

## Aggregated Metrics

The infrastructure view provides aggregated metrics across all nodes:

### Metric Grouping

* Group by any Kubernetes label
* Filter nodes based on labels
* Analyze patterns across node groups

For example, analyze:

* CPU usage by availability zone
* Memory patterns by instance type
* Resource distribution by region

<img src="https://mintcdn.com/metoro/WUkDA8ZzUF2HFKec/images/node-metric-grouping.png?fit=max&auto=format&n=WUkDA8ZzUF2HFKec&q=85&s=a57e9ca525e64dbbfa6591b8c19d1b75" alt="Metric grouping view" width="3456" height="1984" data-path="images/node-metric-grouping.png" />

<Note>
  All node metrics are tagged with various attributes. See the [Metrics Overview](/docs/metrics/overview) for detailed
  information about available tags and filtering options.
</Note>
