Files
awesome-kubernetes/v2-docs/securityascode.md

20 KiB
Raw Blame History

Security Policy as Code

!!! info "Architectural Context" Detailed reference for Security Policy as Code in the context of Hardened Infrastructure.

Standard Reference

Cloud Native Security

Infrastructure Security

IaC Scanning

  • (2021) Apolicy [NONE CONTENT] [COMMUNITY-TOOL] — Apolicy (acquired by Sysdig) provides advanced policy-as-code governance designed for shifting cloud security left. Scans Infrastructure-as-Code (IaC) templates and automatically matches security rules to production deployment settings.

Mergers and Acquisitions

Runtime Analysis

  • (2024) Fugue: Container and Kubernetes. Runtime infrastructure security [NONE CONTENT] [COMMUNITY-TOOL] — Fugue (now integrated under Snyk Container security suite) delivers continuous compliance and automated infrastructure monitoring for AWS, Azure, and Google Cloud alongside Kubernetes runtime configurations, mapping live states to CIS Benchmarks and SOC 2 frameworks.

Policy-as-Code

Educational Video

  • (2021) youtube: The Rise of Kubernetes Policy Engine | Ep 57 [NONE CONTENT] [COMMUNITY-TOOL] — An informative panel discussion examining the rise of Kubernetes policy engines. Tracks the evolution from manual auditing workflows to declarative, automated gatekeeping systems using OPA Gatekeeper and Kyverno.

Governance

Kyverno

Kyverno Training

  • (2023) appsecengineer.com: Kubernetes Policy Management with Kyverno [YAML CONTENT] [ADVANCED LEVEL] [COMMUNITY-TOOL] [GUIDE] — An educational course focusing on Kyverno-driven Kubernetes policy engineering. Walks developers and SREs through writing advanced manifest mutation, generation, and validation policies with real-world scenarios.

OPA

OPA Wasm

  • (2025) ==compile OpenPolicyAgent policies into WebAssembly and run them on the edge== 348 [WEBASSEMBLY CONTENT] [ADVANCED LEVEL] 🌟🌟🌟🌟🌟 [DE FACTO STANDARD] — An open-source utility that compiles declarative Open Policy Agent (Rego) policies into high-performance WebAssembly (Wasm) modules. Designed for lightning-fast security and routing decisions at edge platforms like Cloudflare Workers and Envoy proxies.

Rego


💡 Explore Related: IaC | Terraform | Oauth