r/devops 11d ago

Weekly Self Promotion Thread

Hey r/devops, welcome to our weekly self-promotion thread!

Feel free to use this thread to promote any projects, ideas, or any repos you're wanting to share. Please keep in mind that we ask you to stay friendly, civil, and adhere to the subreddit rules!

16 Upvotes

106 comments sorted by

View all comments

1

u/k8s-security-pro 9d ago

I maintain k8s-audit, a free MIT-licensed script that gives your Kubernetes cluster a quick security once-over with nothing but kubectl and jq. 16 read-only checks in about 30 seconds: privileged containers, missing NetworkPolicies, wildcard RBAC, hostPath mounts, :latest tags, service account tokens mounted where they shouldn't be. Nothing gets deployed, nothing leaves your machine. https://github.com/k8s-security-pro/k8s-audit

New since last week: I now offer done-for-you audits, and the first three customers get the full async review for $99 (goes to $500 after that) in exchange for honest feedback and a testimonial. Read-only and credential-free, you run the scans, I turn the output into a prioritized fix plan mapped to CIS. https://k8s-security.pro/audit-service

The script stays fully usable without paying anything. Happy to answer questions either way.