kics
kics copied to clipboard
query(Kubernetes): add topologySpreadConstraints verification
Platform
Kubernetes
Description
Add a new KICS query to verify whether topologySpreadConstraints is configured in Kubernetes workloads (e.g., Deployments, StatefulSets). This would help detect cases where pods may not be properly distributed across nodes or zones. Improves resilience and scheduling best practices by promoting proper pod distribution.
Take in consideration that topologySpreadConstraints query conflicts with Deployment Has No PodAntiAffinity
Hey, can i get assigned ?