Ultimate access to all questions.
A company is designing a service that mandates encryption in transit, ensuring traffic remains encrypted between the client and the backend. The service will utilize the gRPC protocol over TCP port 443 and must support thousands of simultaneous connections. The backend will be deployed on an Amazon EKS cluster with Kubernetes Cluster Autoscaler and Horizontal Pod Autoscaler enabled. Mutual TLS is required for two-way authentication between the client and the backend.
Which solution fulfills these requirements?