Skip to content

Latest commit

 

History

History
22 lines (17 loc) · 1.05 KB

File metadata and controls

22 lines (17 loc) · 1.05 KB

This project will help you deploy a Docker cluster in AWS.

You will be able to choose the orchestrator to manage your Docker cluster:

  • Swarm
  • Kubernetes.

The cluster will be highly available (HA) with 3 masters and 3 workers evenly distributed in 3 different availability zones located in the same AWS region.

  1. Create the infrastructure in AWS with the following CloudFormation template:
  2. Install the docker engine in every node:

Steps to install the Swarm cluster:

  1. Create the Swarm cluster starting with the leader master and executing afterwards the corresponding token in the rest of the masters and workers:

Steps to install the Kubernetes cluster:

  1. Install Kubernetes in every node:
  2. Create the Kubernetes cluster: