mirror of
https://codeberg.org/scottslowe/learning-tools.git
synced 2026-03-11 09:04:37 +00:00
Add documentation
Make brief changes to new files and existing files Signed-off-by: Scott Lowe <scott.lowe@scottlowe.org>
This commit is contained in:
parent
de55213460
commit
7d59f80652
1 changed files with 11 additions and 0 deletions
11
traefik/README.md
Normal file
11
traefik/README.md
Normal file
|
|
@ -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.
|
||||
Loading…
Reference in a new issue