Google Cloud announced enhanced Kubernetes security with Custom Org Policy and Policy Controller. This two-pronged approach provides multiple layers of protection, ensuring comprehensive security for Kubernetes applications.

Custom Org Policy allows admins to set unified security controls across Google Cloud resources, including GKE clusters. Admins can use this feature to enforce restrictions on resource configurations, such as allowing only trusted images or enabling specific security features.

Policy Controller, on the other hand, enhances security within individual GKE clusters. This feature allows admins to define policies that govern the behavior of different components within the cluster, such as pods or services.

Using both tools together provides a multi-layered approach to Kubernetes security. Custom Org Policy prevents insecure configurations from happening in the first place, while Policy Controller ensures compliance with security policies within the cluster.

These added features are a testament to Google Cloud's continued commitment to providing its customers with robust security tools and solutions. By offering comprehensive and easy-to-use security controls, Google Cloud helps organizations protect their Kubernetes applications from the ever-growing threats.