Questions tagged [internal-load-balancer]

128 questions
1
vote
1 answer

Unable to attach http health check to a https backend service on gcloud (cli)

Is it possible to during the backend service (https) creation attach it to a http health-check? I'm asking that because if I try that manually (google cloud web console), I'm able to do it. My script is the following: gcloud compute…
thiago
  • 123
  • 1
  • 3
  • 10
1
vote
0 answers

Increasing TCP timeout of Internal Load Balancer/Ingress for Kubernetes

I see that for Layer 7 traffic one can set the timeout window. However, I am wanting to do this for Layer 4/TCP traffic. Is this possible?
1
vote
0 answers

VIP URL on SSL is logging out immediately on MVC application Form authentication

I am facing an issue in MVC 4 C#.NET web application. My web application is hosted on two web server and that two web server is pointing to VIP via Load balancer. when I trying with individual server URL, application is working fine. But when I…
1
vote
1 answer

Azure Internal Load Balancer - Private DNS?

I know with external load balancers in azure we can assign a DNS, but can the same be achieved with an internal load balancer? Using MS Private DNS?
1
vote
2 answers

Communication between GCP Internal Load Balancer

We are in process of setting up an infrastructure where we have several services hosted and we have separate Internal Load Balancer for each service. If we have global Load balancer in front of internal load balancer. Can someone please help and…
rashmi
  • 85
  • 1
  • 9
1
vote
0 answers

ssllab generate tons of handshake exception

I'm using SSL Labs to test the certificate for the website and it will generate tons of handshake exceptions in my debug log. The exception is showing below: javax.net.ssl.SSLHandshakeException: Remote host closed connection during handshake at…
1
vote
1 answer
1
vote
1 answer

Using nginx as a proxy to to java web servlet

I'm trying to use nginx as a load balancer / proxy server which points to a series to tomcat servers. This is my current nginx configuration. server { listen 80; server_name _; rewrite ^ https://$http_host$request_uri?…
csgeek
  • 270
  • 3
  • 19
1
vote
0 answers

Coldfusion - Get user's IP when application is behind a load balancer

My coldfusion web app is located behind a load balancer. I need to get the user's ip address. I have used the following but I am still not getting the user's ip but the load balancer's ip. My Coldfusion version is 10.
rob
  • 715
  • 2
  • 6
  • 20
1
vote
1 answer

Azure-provided name resolution for load balancer

When we launch a VM or create a NIC within the Azure VNET, by default, it been assign the internal DNS, something of pattern (*.internal.cloudapp.net) As it's mention in this…
1
vote
2 answers

How do I create an Internal Load Balancer in Azure for a Cloud Service (classic)?

I've been trying to wrap my head around creating an ILB for a cloud service containing a Web role and a Worker role (with at least 2 instances of each) and I'm stuck. This is the scenario I'm in. The thing is that I do not want to use powershell…
1
vote
1 answer

If the number of requests are huge, can load balancer cause the issue while sending responses to respective clients?

I do have architecture of a Load balancer followed by two Web Application server and Database, I am hitting thousands of HTTP requests to the server from Jmeter distributed testing environment. At the time of getting response back, few request does…
1
vote
1 answer

Azure internal load balancing

We are moving from AWS to Azure. I've deployed four classic VMs using the portal GUI, they reside in a VNet called "vnetdata" in a subnet called "Subnet-01". By deploying them through the GUI, every VM has its own cloud service. I need to…
zed
  • 3,180
  • 3
  • 27
  • 38
1
vote
0 answers

How do i manage request redirection from load balancer and apache?

getRequest().getLocalAddr() Application is switching in different ip when request is going to external ip domain name, then some time it taking load balancer ip and some time it taking apache ips either application tomcat ip i am using this for…
1
vote
2 answers

Azure IaaS internal load balancer probe on CPU

My goal is simple: do not forward the traffic from ILB to the service deployed on the VM if it is busy (e.g. CPU>80%), if the CPU getting idle, re-add it back to the ILB rotation routine. I did some reading. Some people suggest using a custom probe,…
TOMMY WANG
  • 1,382
  • 3
  • 16
  • 39
1 2 3
8 9