turbot/kubernetes_insights

Query: job_default_namespace

Usage

powerpipe query kubernetes_insights.query.job_default_namespace

SQL

select
'Namespace' as label,
initcap(namespace) as value,
case
when namespace = 'default' then 'alert'
else 'ok'
end as type,
n.uid as "UID"
from
kubernetes_job as j,
kubernetes_namespace as n
where
n.name = j.namespace
and n.context_name = j.context_name
and j.uid = $1;

Params

ArgsNameDefaultDescriptionVariable
$1uid

    Dashboards

    The query is used in the dashboards: