turbot/kubernetes_insights

Query: namespace_replicaset_table

Usage

powerpipe query kubernetes_insights.query.namespace_replicaset_table

SQL

select
r.name as "Name",
r.UID as "UID",
r.replicas as "Replicas",
r.creation_timestamp as "Create Time"
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
order by
r.name;

Params

ArgsNameDefaultDescriptionVariable
$1uid

    Dashboards

    The query is used in the dashboards: