At 7:00 you said target group. But I think you meant task definition. Please confirm
@DotNetCoreCentral3 жыл бұрын
@Rohan Bhobe, yes you are right, thanks for catching that!
@nitinkurle81283 жыл бұрын
Very simple and easy, Thanks.. Note: I have more than 3 micro-service projects and 1 gateway project (Ocelot gateway with all routes defined here). So total 4 projects. How should I deploy multiple micro-services on the AWS with Ocelot gateway?
@DotNetCoreCentral3 жыл бұрын
@Nitin Kurle, thanks for watching! Yes, this is exactly how I will do it. I will have one cluster in public DMZ with the Ocelot Gateway task with multiple containers as API Gateway and than I will have another cluster with multiple services inside, which gets all their requests through Ocelot gateway.
@rizaanjappie2 жыл бұрын
How will the traffic between the 2 clusters (api gatway cluster and other micro services cluster) communicate, will they all use the same VPC?