turbot/kubernetes_insights

Query: pod_by_context

Usage

powerpipe query kubernetes_insights.query.pod_by_context

Steampipe Tables

SQL

select
context_name,
count(name) as "Pods"
from
kubernetes_pod
group by
context_name
order by
context_name;

Dashboards

The query is used in the dashboards: