Policy-as-Code for AI Workloads in Kubernetes: Kyverno/OPA Patterns for Model and Data Safety
DATE: 2025-12-23T21:26:17+04:00
SYSTEM: Agentic AI
1. Why This Matters Your container is signed. Your image is scanned. Your CVE count is zero.
None of that stops a backdoored model from running inference.
Container security and model security are different problems. Traditional Kubernetes hardening protects …
A Few of the Crazy Ways to Secure Secrets on Kubernetes / OpenShift
DATE: 2025-06-18T20:36:00+04:00
SYSTEM: Container
Injecting sensitive secrets like API keys, credentials, and tokens into running containers presents significant security challenges that go far beyond the basic Kubernetes Secret mechanisms. While standard approaches like environment variables and mounted …