Skip to content
master
Go to file
Code

Latest commit

 

Git stats

Files

Permalink
Failed to load latest commit information.
Type
Name
Latest commit message
Commit time
 
 
app
 
 
 
 
 
 
 
 
 
 
 
 
 
 

README.md

haproxy

How to rote traffic in docker by using haproxy

flow

                                 /
                                 /web1**  +------+
                               +--------->| app1 |
 +---------+    +----------+   |          +------+
 | Browser |<-->| HA proxy |<--+
 +---------+    +----------+   | /web2**  +------+
                               +--------->| app2 |
                                          +------+

build run and test

build

./mvnw -f app/pom.xml

run

docker-compose up --build --force-recreate --remove-orphans

test

http :80/web1-hostname
{
    "hostname": "27f78c8df6da"
}

http :80/web2-hostname
{
    "hostname": "01a9b26cbcd8"
}

http :80/hostn
{
    "hostname": "27f78c8df6da"
}

tear down

docker-compose down -v

About

HA proxy example: rote traffic in docker by using haproxy

Topics

Resources

Releases

No releases published

Packages

No packages published
You can’t perform that action at this time.