Hi all,
I’m a new in Kubernetes and I want to start with my new task.
Before that I have some question if you can help me.
I choose to migrate my Nginx server (as of now they are EC2 instances), to be under Kubernetes.
The current architecture is:
AWS External ALB> EC2 Nginx> AWS Internal ALB> EC2 backend
The New architecture should be:
AWS External ALB > Kubernetes Nginx ec2 > AWS Internal ALB> EC2 backend
Since Im using AWS , i’m going to do that on EKS managed.
This is make sense? can I use Nginx for proxy to EC2 and not for Kubernetes pods… ?
If yes, what kind of service i need to choose here?
Thanks in advanced!