turbot/kubernetes_insights

Query: node_table

Usage

powerpipe query kubernetes_insights.query.node_table

Steampipe Tables

SQL

select
name as "Name",
capacity ->> 'cpu' as "Capacity CPU",
capacity ->> 'ephemeral-storage' as "Capacity Ephemeral Storage",
capacity ->> 'memory' as "Capacity Memory",
capacity ->> 'pods' as "Capacity Pods",
context_name as "Context Name",
uid as "UID"
from
kubernetes_node
order by
name;

Dashboards

The query is used in the dashboards: