turbot/kubernetes_insights

Query: replicaset_by_namespace

Usage

powerpipe query kubernetes_insights.query.replicaset_by_namespace

Steampipe Tables

SQL

select
namespace,
count(name) as "replicasets"
from
kubernetes_replicaset
group by
namespace
order by
namespace;

Dashboards

The query is used in the dashboards: