Zero-code log sanitization sidecar for Kubernetes. Prevents data leaks (GDPR/SOC2) by redacting PII from logs before they leave the pod. "Don't let PII poison your AI models." PII-Shield ensures that sensitive data never reaches your training dataset, saving you from GDPR-forced model retraining. Warning Upgrading to v2.0.0? We have moved entirely to a Helm-based distribution and Distroless Native Sidecars. Kustomize deployment and /bin/sh access inside the sidecar are no longer supported. Read the Migration Guide. Two Deployment Models PII-Shield offers two distinct ways to integrate into your stack: Kubernetes Operator (Zero-code) : Our flagship deployment model. A fully automated K8s Operator that injects a highly-secure Distroless Sidecar into your pods to intercept and sanitize logs on the fly. In-Process WASM (For core integrations) : For extreme performance, the core engine can be embedded directly via WASM, providing <1ms latency without network hops. Why PII-Shield?…