turbot/kubernetes_insights

Query: cluster_nodes_table

Usage

powerpipe query kubernetes_insights.query.cluster_nodes_table

Steampipe Tables

SQL

select
name as "Name",
uid as "UID",
pod_cidr as "Pod CIDR",
creation_timestamp as "Create Time"
from
kubernetes_node
where
context_name = $1
order by
name;

Params

ArgsNameDefaultDescriptionVariable
$1context

    Dashboards

    The query is used in the dashboards: