turbot/kubernetes_insights

Query: service_annotations

Usage

powerpipe query kubernetes_insights.query.service_annotations

Steampipe Tables

SQL

with jsondata as (
select
annotations :: json as annotation
from
kubernetes_service
where
uid = $1
)
select
key as "Key",
value as "Value"
from
jsondata,
json_each_text(annotation)
order by
key;

Params

ArgsNameDefaultDescriptionVariable
$1uid

    Dashboards

    The query is used in the dashboards: