Skip to content

Latest commit

 

History

History
43 lines (23 loc) · 1.69 KB

README.md

File metadata and controls

43 lines (23 loc) · 1.69 KB

Project 1 : Balancing the load using HAProxy and transferring traffic to two microservices.

  • In this project, we will learn how to balance the traffic load to more than microservices based on a simple Round-Robin.

Example:

  • Hit 1 → Forward to the 1st microservice.

  • Hit 2 → Forward to the 2nd microservice.

You can see this Project in the Below Video.

IMAGE ALT TEXT


Project 2: Reverse Proxy using (Two Dockerized Microservices and one Nginx container ).

  • In this project, we will learn how to reverse proxy to two microservices

  • Example:

    /app1 → forward to the 1st microservice /app2 → forward to the 2nd microservice

You can see this Project in the Below Video.

IMAGE ALT TEXT


Project 3: Separation between CI and CD is significant.

-> Independent Changes (change the k8s replica number doesn't need a change in the code )

You can see this Project in the Below Video.

IMAGE ALT TEXT