Regarding Load Balancer

What is a Virtual Host setup for the environment?

Once we deploy proxies listen on that VHost & port.

What is the best practice to have both router healthcheck(make sure routers are functional) and also verify for proxies health-check?

We want to have LB infront of router & below is just for healthcheck of router.

api.company.com

->http://xx.xx.xx.x:8081/v1/servers/self/reachable ->http://yy.yy.yy.y:8081/v1/servers/self/reachable

How can we monitor the proxies health-check?Is the load balancer & VirtualHost name should be same ? api.company.com? Should we setup VHost as different from the LB name?

Is it a different LB setup we have to use to monitor the proxies healthcheck via check of Vhost & port?

Can some one share please detail?We have

Two nodes Router& MP (xx.xx.xx.x,yy.yy.yy.y)

and

Zookeeper,Management Server,Openldap,Cassandra,Apigee UI (zz.zz.z.zz)

Zookeeper,Cassandra (aa.aa.a.aa)

Zookeeper,Cassandra(bb.bb.b.bb)

want to setup LB api.company.com.

0 1 552
1 REPLY 1

Not applicable

Hi @vinay poreddy

As I understand, there are two main aspects as part of this question:

1. For Virtual host configuration aspect, ref http://apigee.com/docs/api-services/content/virtual-hosts

2. For API Proxy health, Apigee has API health tool available. Detail of this tool is available at

http://apigee.com/docs/analytics-services/apihealth/api-health-overview

No, different LB setup is not required.