
Ultimate access to all questions.
Your security team audited all applications running in Google Kubernetes Engine and found that some transmit traffic within the cluster unencrypted. How can you enforce encryption for all intra-cluster traffic with minimal application changes while maintaining Google's support?
A
Use Network Policies to block traffic between applications.
B
Install Istio, enable proxy injection on your application namespace, and then enable mTLS.
C
Define Trusted Network ranges within the application, and configure the applications to allow traffic only from those networks.
D
Use an automated process to request SSL Certificates for your applications from Let's Encrypt and add them to your applications.