Tag: Swarm

Migration of Nginx Webserver to Highly Available Docker Containers on AWS using Docker Swarm

In this Cloud Migration project based on a real-world scenario, I acted as a DevOps Engineer migrating to AWS, a restaurant application that ran on-premises servers using Nginx. However, I needed to keep the Nginx solution and deploy it through containers, with high availability, and use Docker S...

Migration of Nginx Webserver to Highly Available Docker Containers on AWS using Docker Swarm

In this Cloud Migration project based on a real-world scenario, I acted as a DevOps Engineer migrating to AWS, a restaurant application that ran on-premises servers using Nginx. However, I needed to keep the Nginx solution and deploy it through containers, with high availability, and use Docker S...

Kubernetes vs Swarm: When to use what?

Container orchestration is like a smart manager for your app. Imagine you have a bunch of workers, and they are working together. The manager’s job is to make sure everything runs smoothly. They ensure no one has too much work, and tasks are divided equally. Similarly, a container orchestratio...