turbot/kubernetes_insights

Query: deployment_replicasets_detail

Usage

powerpipe query kubernetes_insights.query.deployment_replicasets_detail

Steampipe Tables

SQL

select
name as "Name",
uid as "UID",
min_ready_seconds as "Min Ready Seconds",
creation_timestamp as "Create Time"
from
kubernetes_replicaset,
jsonb_array_elements(owner_references) as owner
where
owner ->> 'uid' = $1
order by
name;

Params

ArgsNameDefaultDescriptionVariable
$1uid

    Dashboards

    The query is used in the dashboards: