turbot/kubernetes_insights

Query: daemonset_by_namespace

Usage

powerpipe query kubernetes_insights.query.daemonset_by_namespace

Steampipe Tables

SQL

select
namespace,
count(name) as "daemonsets"
from
kubernetes_daemonset
group by
namespace
order by
namespace;

Dashboards

The query is used in the dashboards: