turbot/kubernetes_insights

Query: service_default_namespace

Usage

powerpipe query kubernetes_insights.query.service_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_service as s,
kubernetes_namespace as n
where
n.name = s.namespace
and n.context_name = s.context_name
and s.uid = $1;

Params

ArgsNameDefaultDescriptionVariable
$1uid

    Dashboards

    The query is used in the dashboards: