← All paths
Cloud and IaC security
Least-privilege security groups, Kubernetes NetworkPolicy and pod security, and safer Terraform.
Open each port only to where it should come from, not to the whole internet.
Kubernetes is allow-by-default. Add a default-deny and one targeted allow.
Limits, non-root, and probes, the baseline an admission controller expects.
Replace a wildcard IAM policy with the exact actions and resources a role needs.
Block public access and turn on encryption before the bucket ever ships.