Skip to content

DevOps-Area/Projects

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

24 Commits
 
 
 
 
 
 
 
 

Repository files navigation

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

About

Config files for my GitHub profile.

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published