Load Balancing in Bluemix using custom domain and DNS SRV records -


i'm trying load balancing of application in bluemix using custom domain , srv record in dns manager. created own doamin ccbluemix.dynu.com , added custom domain bluemix. created application in region , created route custom domain myapp.ccbluemix.dynu.com deployed same application in uk region , created route custom domain myapp.ccbluemix.dynu.com there well.

now whenever user hits route want load balancing between , uk region alternate requests served , uk regions.

for created srv records like

_http._tcp.ccbluemix.dynu.com srv eu-gb.mybluemix.net [priority: 0] [weight: 50] 10 _http._tcp.ccbluemix.dynu.com srv mybluemix.net [priority: 0] [weight: 50] 10 

but nothing happening , i'm not able access application using custom route @ all.

if create 'a' record cc-load-bal-app.ccbluemix.dynu.com 75.126.81.68

i can access app using custom route ends hitting server.

how can achieve load balancing using srv records? wrong creating srv records here?

i read need have 'a' records host name using in srv record.

so tried creat 'a' records bluemix.net , eu-gb.bluemix.net did not help.

can help?

generally speaking, web browsers do not support srv records, sorts of reasons.

you may achieve sort of load balancing round robin dns poor replacement proper load balancing, far trivial set geographically distributed servers, , requires proprietary services large infrastructure providers (for example this, this or this)


Comments

Popular posts from this blog

oracle - pls-00402 alias required in select list of cursor to avoid duplicate column names -

python - Consider setting $PYTHONHOME to <prefix>[:<exec_prefix>] error -