From 7d59f8065280ec170a365bc87b972247b5021485 Mon Sep 17 00:00:00 2001 From: Scott Lowe Date: Sun, 17 Sep 2017 21:15:48 -0600 Subject: [PATCH] Add documentation Make brief changes to new files and existing files Signed-off-by: Scott Lowe --- traefik/README.md | 11 +++++++++++ 1 file changed, 11 insertions(+) create mode 100644 traefik/README.md diff --git a/traefik/README.md b/traefik/README.md new file mode 100644 index 0000000..0cab737 --- /dev/null +++ b/traefik/README.md @@ -0,0 +1,11 @@ +# Learning Tools: Traefik + +This folder contains materials for working with Traefik, a dynamic reverse proxy often using in microservices-based architectures. + +## Contents + +**aws-tf-traefik**: This directory shows how to use CoreOS on AWS (instantiated by Terraform) to create a Docker Swarm mode cluster and run Traefik on the cluster. + +**tf-ans-swarm**: This directory contains an environment leveraging Terraform and Ansible to turn up an Ubuntu-based Docker Swarm mode cluster. + +**vagrant-ansible**: This directory shows how to leverage Vagrant and Ansible to create a local Docker Swarm mode cluster, and then how to run Traefik on this local cluster.