Shared infrastructure for the Microservices March demo architecture.
The aim of this demo architecture is to set up a microservices architecture as manually as possible without involving something heavy like Kubernetes. Future iterations might have examples of more advanced setups.
If you are working on one of the services, such as messenger, that depends on a piece of shared infrastructure to function, you can run docker-compose up
from this repository to provide that infrastructure. This does not set up the NGINX ingress.
Starting up the entire system including the applications is not part of the role of this repository. However, instructions are included here for simplicity.
We provide two methods to set things up:
- Manual Setup: Follow this guide if you want to manually go through most steps. Recommended for learning.
- Quick Setup: Follow this guide if you want to get started quickly. Automates mosts steps covered in the Manual Setup guide.
NGINX is used in front of the entire archtecture to provide load balancing to all the services.
Currently only the messenger
service accepts HTTP requests, so it simply routes to that.
Message queues are an important tool in microservices architectures to allow us to further decouple services from each other.
Read the CONTRIBUTING.md
file for instructions on how to best contribute to this repository.
© F5 Networks, Inc. 2023