Skip to main content

Kubernetes Security

Kubernetes Security assesses your clusters for misconfigured control planes and nodes, risky workloads, over-permissive RBAC and vulnerable images — then shows the result per cluster, across the fleet, and mapped to the MITRE ATT&CK Containers matrix and to compliance frameworks. It works for managed clusters (Amazon EKS, Google GKE, Azure AKS) and on-premises Kubernetes, always with read-only access.

Where: left navigation → Kubernetes Security.

Kubernetes Security — Coverage tab: 3 clusters, all scanned, 24 findings by severity, cluster coverage and top clusters by severity

What you get

CapabilityDetail
Read-only onboardingA kubeconfig or a service-account token; managed clusters are also auto-discovered from connected cloud accounts and imported in one click.
Least-privilege RBAC profilesGenerated ClusterRole scripts — Minimal (no Secrets or ConfigMaps) or Extended (metadata only) — so the platform gets exactly the read access it needs.
Multi-engine scanskube-bench (CIS Kubernetes Benchmark), Polaris (workload best practices), Kubescape (NSA-CISA, MITRE, CIS frameworks), Trivy (misconfigurations and image vulnerabilities) and kube-hunter (attack-surface probing).
Findings with triageSeverity, affected resource, scanner, remediation; statuses open / resolved / suppressed / false positive that survive re-scans.
Fleet heatmapEvery cluster by severity plus the MITRE ATT&CK container tactics your findings map to.
Compliance posturePer-cluster scores and grades for CIS, NIST 800-53, PCI DSS and SOC 2 (HIPAA on request), with exportable reports.
CoverageWhich clusters are scanned, scheduled, uncovered or stale — the same coverage model as Cloud Security.

The workspace

TabUse it toPage
CoverageSee scanned / scheduled / uncovered clusters and where findings concentrate.this page
ClustersAdd, import, test and scan clusters; open a cluster's dashboard.Onboarding Clusters
Fleet HeatmapCompare clusters by severity and MITRE tactic.Compliance & Fleet Posture
FindingsFilter and triage every finding across clusters.Scanning & Findings
ComplianceRead per-cluster framework scores and generate reports.Compliance & Fleet Posture
RBAC ProfilesChoose the scanner's access level and generate the deployment script.Onboarding Clusters

Schedule Scans (top right) opens the Unified Scheduler to set recurring cluster scans — see Scan Management & Scheduling.

How a cluster scan flows

Prerequisites

  • Network reachability from the platform to the cluster API server.
  • Read-only credentials: a kubeconfig or service-account token bound to one of the RBAC profiles. Cloud IAM alone does not grant in-cluster read — apply the ClusterRole from Required Permissions — Bucket B.
  • Platform permission Manage Container Security to onboard and scan; View Scans to read.