turbot/kubernetes_insights

Query: pod_configuration

Usage

powerpipe query kubernetes_insights.query.pod_configuration

SQL

select
p.node_name as "Node Name",
n.uid as "UID",
priority as "Priority",
service_account_name as "Service Account Name",
qos_class as "QoS",
host_ip as "Host IP",
pod_ip as "Pod IP"
from
kubernetes_pod as p
left join kubernetes_node as n on p.node_name = n.name
and p.context_name = n.context_name
where
p.uid = $1;

Params

ArgsNameDefaultDescriptionVariable
$1uid

    Dashboards

    The query is used in the dashboards: