turbot/kubernetes_insights

Query: job_default_namespace_count

Usage

powerpipe query kubernetes_insights.query.job_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_job
where
namespace = 'default';

Dashboards

The query is used in the dashboards: