Traffic encryption between ec2 and EKS pods

11/17/2019

We are deploying our app to the EKS, and have a hybrid situation where some services aren't deployed yet within the EKS cluster.

We want the traffic between services deployed on EC2 instances would be encrypted during communication with services deployed in the EKS.

Both apps deployed on EC2 and pods, are java based app deployed on application server.

What is the best practice to do that.. ? In terms of deploying tls certification on the app server, etc...

-- Mickey Hovel
amazon-ec2
eks
kubernetes

0 Answers