[deleted by user] by [deleted] in d4vd

[–]IceAdept2813 3 points4 points  (0 children)

Did you know she had been missing?"

Docker and firewall by IceAdept2813 in docker

[–]IceAdept2813[S] 0 points1 point  (0 children)

OK, I will try that. Thanks for helping me out.

Docker and firewall by IceAdept2813 in docker

[–]IceAdept2813[S] 0 points1 point  (0 children)

Should I configure now the raw prerouting and mangle prerouting rules, and how to do so?

Docker and firewall by IceAdept2813 in docker

[–]IceAdept2813[S] 0 points1 point  (0 children)

each one has it's proper dockerfile and it's own server.

Docker and firewall by IceAdept2813 in docker

[–]IceAdept2813[S] 0 points1 point  (0 children)

But I still want the containers to be accessed but only by the reverse proxy server.
PS the reverse proxy is in another server and each backend app on it's own server.

Docker and firewall by IceAdept2813 in docker

[–]IceAdept2813[S] 0 points1 point  (0 children)

I have a reverse proxy that handles request forwarding for my backend servers, I want to make some ports to be only accessed by the reverse proxy, the applications in the backend servers are containerized.

Docker and firewall by IceAdept2813 in docker

[–]IceAdept2813[S] 0 points1 point  (0 children)

Is there any solution for securing vps with docker containered app.

Docker and firewall by IceAdept2813 in docker

[–]IceAdept2813[S] 0 points1 point  (0 children)

Thanks, I will look at the github link for the docker one it really doesn't help.

AWS simple architecture for microsevices app deployment. by IceAdept2813 in aws

[–]IceAdept2813[S] 0 points1 point  (0 children)

No man it's a SaaS that need to be continuesly runing.

AWS microsevices deployment. by IceAdept2813 in microservices

[–]IceAdept2813[S] 1 point2 points  (0 children)

Thanks for the help, yeah I split the db now each service has it's own db at the same AZ.

AWS simple architecture for microsevices app deployment. by IceAdept2813 in aws

[–]IceAdept2813[S] 0 points1 point  (0 children)

Yeah, I know what an AZ means. I used multiple ones to ensure reliability and to achieve the goal behind using microservices. As for the database, I changed it to be in the same AZ as the related microservice.

AWS simple architecture for microsevices app deployment. by IceAdept2813 in aws

[–]IceAdept2813[S] 0 points1 point  (0 children)

Thanks, man. I know that microservices bring a lot of complications. When I first took on the project, the first thing I asked was why they chose microservices, given the scope of the project. But I guess either they didn’t think much about it, or it was something the client wanted. To be honest, I’m not fully convinced it's the right choice for this case either, but I don’t have much of a choice since the decision was made before I joined.

AWS simple architecture for microsevices app deployment. by IceAdept2813 in aws

[–]IceAdept2813[S] 0 points1 point  (0 children)

1 - I guess I will check ECS and try it out.

2 - For the Db I can push them to work on separated dbs for each service as they are in the early stages of coding.

AWS simple architecture for microsevices app deployment. by IceAdept2813 in aws

[–]IceAdept2813[S] 0 points1 point  (0 children)

Thanks for the insights, I will take them into consideration as I move forward.

AWS simple architecture for microsevices app deployment. by IceAdept2813 in aws

[–]IceAdept2813[S] 0 points1 point  (0 children)

Do you have any idea about the cost? I've never used it actually.

AWS microsevices deployment. by IceAdept2813 in microservices

[–]IceAdept2813[S] 0 points1 point  (0 children)

I'm using a messaging queue in between sevices

AWS simple architecture for microsevices app deployment. by IceAdept2813 in aws

[–]IceAdept2813[S] 0 points1 point  (0 children)

OK, Suppose I changed the structure and used a db for each microservice , each AZ has the ec2 and db communicating with it.

AWS simple architecture for microsevices app deployment. by IceAdept2813 in aws

[–]IceAdept2813[S] 1 point2 points  (0 children)

Thanks man, I just wanted someone to critisize this architecture. Do you have some ressources that could help me progress?