turbot/kubernetes_insights

Query: node_allocatable

Usage

powerpipe query kubernetes_insights.query.node_allocatable

Steampipe Tables

SQL

select
allocatable ->> 'cpu' as "CPU",
allocatable ->> 'memory' as "Memory",
allocatable ->> 'ephemeral-storage' as "Storage",
allocatable ->> 'pods' as "Pods"
from
kubernetes_node
where
uid = $1;

Params

ArgsNameDefaultDescriptionVariable
$1uid

    Dashboards

    The query is used in the dashboards: