This is one of the standards and compliance guides you can use for k8s.<p>The other ones I'm aware of are<p>- CIS Benchmarks, there's coverage for Kubeadm, AKS, EKS, GKE, OpenShift and some others. This is a compliance guide focused on just k8s<p>- DISA STIG for Kubernetes, another compliance guide, they don't mention which distribution but it's kubeadm from looking at the paths mentioned.<p>- PCI Guidance for containers and container orchestration, this one is recent, it's a generic guidance targeted at container environments (docker, k8s etc) for PCI in-scope organizations but TBH it should work for most places (if that one's of interest, some more info <a href="https://raesene.github.io/" rel="nofollow">https://raesene.github.io/</a>)<p>Some more details on these <a href="https://www.container-security.site/general_information/container_security_standards.html" rel="nofollow">https://www.container-security.site/general_information/cont...</a><p>Making security guidance for k8s is kind of tricky due to the number of distros and changes between versions (<a href="https://raesene.github.io/blog/2022/09/20/Assessing-Kubernetes-Clusters-for-PCI-Compliance/" rel="nofollow">https://raesene.github.io/blog/2022/09/20/Assessing-Kubernet...</a>)