Cybersecurity
Kubernetes security
CVEs in the Kubernetes ecosystem, hardening practices, supply-chain risks, and the policy-engine landscape.
Kubernetes security spans the cluster (RBAC, network policies, admission control), the workload (pod security standards, runtime monitoring), and the supply chain (image provenance, SBOMs, signed artifacts). Notifire tracks CVE disclosures, hardening advisories, and the policy-engine releases that change the default-secure posture.
The category most likely to drive an on-call page is supply-chain: container images pulled from public registries with no provenance verification, then deployed via Helm charts that haven't been audited. The 2024 Linux/XZ backdoor was a wake-up call that's reshaping default trust assumptions.