turbot/kubernetes_insights

Query: pod_default_namespace_count

Usage

powerpipe query kubernetes_insights.query.pod_default_namespace_count

Steampipe Tables

SQL

select
count(name) as value,
'Default Namespace Used' as label,
case count(name) when 0 then 'ok' else 'alert' end as type
from
kubernetes_pod
where
namespace = 'default';

Dashboards

The query is used in the dashboards: