turbot/kubernetes_insights

Query: namespace_replicaset_count

Usage

powerpipe query kubernetes_insights.query.namespace_replicaset_count

SQL

select
'ReplicaSets' as label,
count(r) as value
from
kubernetes_replicaset as r,
kubernetes_namespace as n
where
r.namespace = n.name
and r.context_name = n.context_name
and n.uid = $1;

Params

ArgsNameDefaultDescriptionVariable
$1uid

    Dashboards

    The query is used in the dashboards: