turbot/kubernetes_insights

Query: pod_overview

Usage

powerpipe query kubernetes_insights.query.pod_overview

SQL

select
p.name as "Name",
p.uid as "UID",
p.creation_timestamp as "Create Time",
n.uid as "Namespace UID",
n.name as "Namespace",
p.context_name as "Context Name"
from
kubernetes_pod as p,
kubernetes_namespace as n
where
n.name = p.namespace
and n.context_name = p.context_name
and p.uid = $1;

Params

ArgsNameDefaultDescriptionVariable
$1uid

    Dashboards

    The query is used in the dashboards: