Skip to main content
Porter provides built-in observability for your cluster infrastructure through the Infrastructure dashboard. Access it by clicking Infrastructure in the left sidebar.

Pods

The Pods tab provides a real-time view of all pods running in your cluster.
  • Search: Filter pods by name
  • Filters: Filter by status or namespace
Each pod displays:
ColumnDescription
Pod nameThe name of the pod
NamespaceKubernetes namespace (e.g., kube-system, default)
StatusCurrent state (Running, Pending, Failed, etc.)
ReadyContainer readiness (e.g., 1/1)
RestartsNumber of container restarts
CPUCPU usage
MemoryMemory usage
Memory %Percentage of memory limit used
AgeTime since pod creation

Nodes

The Nodes tab shows your cluster’s node groups and individual nodes.

Node Groups View

The default view displays all node groups:
ColumnDescription
Node groupName of the node group (e.g., default, monitoring, system)
Instance typeThe machine type for nodes in this group
UtilizationVisual indicator of resource usage
ActionsLink to view detailed metrics

Individual Nodes View

Click on a node group to see individual nodes:
  • Node name: The cloud provider’s node identifier
  • Node group: Which node group this node belongs to
  • Instance type: The machine type
  • CPU: CPU utilization shown as utilized (yellow) vs reserved (blue)
  • Memory: Memory utilization shown as utilized (yellow) vs reserved (blue)
  • Status: Node health status (Ready, NotReady)
Click Metrics > on any node group to view historical instance counts over time.

Integrating External Monitoring

For application-level monitoring and alerting, integrate with external observability platforms: See Third party observability or reach out to support for more information.