Questions tagged [internal-load-balancer]
128 questions
3
votes
1 answer
Azure interal loadbalancer using 2 different frontend IP's
I want to access my VM (the SQL Server instance to be specific) via 2 different IP addresses, one for internal use and one specific IP requested by a client that they will use. In my virtual network I need 2 different address spaces because the IP's…

user2713516
- 2,983
- 5
- 23
- 49
3
votes
0 answers
Continuous deployment for Azure Web role internally load balanced
I have a windows azure web role (web api) cloud service that until now had endpoints 80 and 443 exposed to the external load balancer. I have a team city configuration that builds the project and deploys the produced package to the staging…

masimplo
- 3,674
- 2
- 30
- 47
3
votes
2 answers
Nginx proxy_pass to variable with trailing slash fails
I'm having an issue where I need to make the proxy_pass a variable, but when I make it a variable, it fails to resolve correctly on the backend server
nginx -v
nginx version: nginx/1.6.2
This is the working one:
server {
listen 443 ssl;
…

Clown Man
- 385
- 1
- 3
- 12
2
votes
1 answer
How to directly mark pod as offline in kubernetes loadbalancer
I have a k8s loadbalancer in front of some pods. When I deploy updated pods a certain amount of traffic to the pods will timeout and fail - it basically seems like k8s will handle the pod update/deploy as expected, but the loadbalancer will be…

Peter Lind
- 37
- 7
2
votes
1 answer
kubernetes- load balancer external endpoint is always localhost
I was using minikube, and when I created a load balancer it would always give me a diferent ip in the external endpoint, and I was able to access my app.
But now, I changed to docker kubernetes, and when I create a load balancer, it always add the…

Tiago Machado
- 355
- 7
- 24
2
votes
1 answer
SSL/TLS certificate for internal HTTPS load balancer GCP
We have setup a service on GCE that is meant to serve requests from both the internet and from other services inside of our VPC.
To manage this we've setup two load balancers in parallel, the first is a global HTTPS load balancer and the second an…

Matthew Sartori
- 53
- 1
- 6
2
votes
1 answer
How to call an API inside an Azure ILB ASE from a webapp within the same ASE
I have an Azure ILB ASE deployed, and a webapp deployed inside it at (for example) https://myapp.my-internal domain. I have an Application Gateway configured, mapping an external domain name to that app via the ILB, and this works well - I can…

Jude Fisher
- 11,138
- 7
- 48
- 91
2
votes
0 answers
How to use existing AWS internal load balancer for exposing multiple Kubernetes services
I am using Kubernetes deployed using KOPS in AWS. For exposing few services , I have couple of AWS internal load balancer for TCP ports like 22 , 389. These TCP ports can't be used in ingress-controller like Nginx. So for exposing these TCP ports…

Sas
- 33
- 7
2
votes
1 answer
How could I use ZeroMQ on an AWS load balancer?
I have two EC2 instances ( vm1, vm2 ) and an internal network load balancer in my private subnet in VPC. In vm1, I run a program to connect an AWS load balancer:
import zmq
if __name__ == '__main__':
context = zmq.Context()
socket =…

Rick.Wang
- 687
- 2
- 7
- 12
2
votes
1 answer
Healthcheck in apache mod_proxy_balancer
I am trying to configure load balancing in apache httpd.
I have 2 nodes that are both active. But I want traffic to only go to a node which responds positively to a GET at a particular path.
The same is possible in ngnix and haproxy but I am unable…

user5637515
- 21
- 1
- 2
2
votes
0 answers
How to handle x-forwarded-proto with Tomcat and apache
I went through a lot of posts related to this issue but I could not find a proper answer. Here is my problem:
I'm trying to enable request logging in Tomcat using AccessLogValve & RemoteIpValve in order to get the IP addresses that originated the…

Bruce
- 21
- 3
1
vote
1 answer
How do I make ingress-nginx work without built-in LoadBalancer support for Kubernetes?
I'm new to Kubernetes and networking in general and I'm really confused about the LoadBalancer service. Let's say I'm using VPS that DOES NOT have built-in support for LoadBalancer unlike GCP, AWS EKS, etc (I'm using ssdnodes VPS). Let's say I want…

passionateLearner
- 722
- 1
- 7
- 19
1
vote
1 answer
why is this annotation of ewma are different?
I have one service with 10 pods inside of my cluster and it sends multiple requests to the master node for more than an hour.
I put an annotation in my ingress resource and modified it with some annotation, the first annotation I used is only to…

newcomers
- 161
- 1
- 12
1
vote
0 answers
Kubernetes change multi-master node to single master node on failure
Is there any way to convert/change multi-master nodes(3 masters, HA & LB) to single master in stacked etcd configuration?
In 3 master nodes, it only tolerates 1 failure right?
So if 2 of these master node goes down, the control plane wouldn't…

Snapp
- 11
- 2
1
vote
1 answer
How to configure DNS load balancing (round robin) for 2 apache2 web servers on local (home network) using bind9 docker container?
to start - I am still looking around on site investigating answers that look like they may allow me to find solution to my problem, posting here definitely isn't my first stop to find a solution I have been trying things for a while today. Also -…

albudtron91
- 11
- 1