Questions tagged [internal-load-balancer]
128 questions
1
vote
0 answers
Azure-k8s: Not able to delete Load Balancer service?
I have deleted my namespace. I check all the resources(i.e. pods,pvc,deployments,svc) are also deleted, however there is a loadbalancer services still under the deleted namespace.
please find the details below :
kubectl get ns
NAME …

Vineet Tripathi
- 11
- 2
1
vote
1 answer
Provision AKS with internal load balancer from AMLS on Azure
I would like to provision an AKS cluster that is connected to a vnet and has an internal load balancer on Azure. I am using code from here that looks like this:
import azureml.core
from azureml.core.compute import AksCompute, ComputeTarget
# Verify…

bab689
- 199
- 1
- 12
1
vote
1 answer
Destination Port on Internal TCP Load Balancer - Google Cloud
I'm trying to configure an internal Load Balancer on Google Cloud but I'm not able to set a destination port different from the source one.
If I try to create an internal LB from the GCP wizard I cannot see any place in order to set the destination…

Manuel Castro
- 1,633
- 3
- 24
- 38
1
vote
2 answers
How to allow traffic from VPN to access Internal Load Balancer (AWS)?
Is it possible to allow traffic from a Customer Gateway to access an Internal Application Load Balancer directly? I can access the Internal ALB via ec2 instances inside the VPC, however I would like to access it from my network.
I have set up a…

fuzzi
- 1,967
- 9
- 46
- 90
1
vote
2 answers
How to make GKE clusters communicate using private IPs or networks?
Is there any way to make GKE clusters (in the same network) talk to each other using internal IP addresses?
I know GKE internal load balancers can handle traffic only from the same network and the same region. And I find this implementation very…

Amit Yadav
- 4,422
- 5
- 34
- 79
1
vote
2 answers
request with single ip or dnsname to multi node docker swarm cluster
I want to make the High available service. However, I don't know how to make requests to cluster services with single ip or dns name from outside the cluster.
I tried --endpoint-mode dnsrr. But I think this is not for the outside request balancing.…

RAK
- 11
- 1
1
vote
3 answers
GCP internal load balancer
I'm trying access elasticsearch cluster on GKE from my project in GAE - flexible. Since I don't want an external load-balancer, I'm following this guide:
https://cloud.google.com/kubernetes-engine/docs/how-to/internal-load-balancing
Both GKE and GAE…

Calle Engene
- 717
- 11
- 24
1
vote
1 answer
What would prevent the Azure Function Runtime from starting in an ILB ASE deployment?
I have an ILB ASE with a function app deployed. I have a JumpBox configured with the custom domain in its HOSTS file and set up to trust my self-signed certificate for both the function.custom and function.scm.custom domains. This setup has allowed…

Jude Fisher
- 11,138
- 7
- 48
- 91
1
vote
0 answers
Expose multiple udp ports (>5) internally on a pod running on GKE
Background:
We have a containerized service that processes up to 20 streams, listening on 20 different udp ports. We are running this on GKE and the stream source is on the same internal network but outside of the cluster. The streams need to be…

pbenjamin
- 11
- 3
1
vote
1 answer
What does Ingress have to do with Kubernetes service loadbalancer?
This is what I define in k8s.yml file:
apiVersion: v1
kind: Service
metadata:
name: myservice
namespace: mynamespace
labels:
app: myservice
annotations:
service.beta.kubernetes.io/aws-load-balancer-internal: 0.0.0.0/0
…

Duc Tran
- 6,016
- 4
- 34
- 42
1
vote
1 answer
can't see availability set in the backend pool in azure internal load balancer with "standard" SKU
Hoping someone can help here, is there any specific option i need to be aware off that will make the azure standard load balancer picks up (show) a availability set in the backend pool configuration?
Basically, I have created a AS and it has one vm…

csaif7
- 55
- 1
- 8
1
vote
1 answer
In Rancher 2.0 Kubernetes, ClusterIP mode service is not served in round robin fashion without Loadbalancer ingress
What I have:
I have created one Kubernetes cluster using single node Rancher 2.0 deployment. which has 3 etcd, control nodes & 2 worker nodes attached to cluster.
What I did:
I deployed one API gateway to this cluster & one express mydemoapi service…

Amreesh Tyagi
- 1,378
- 15
- 15
1
vote
1 answer
Attach Load Balancer to multiple VMs after machines are already created (Availability Set cannot be used in that case)
I created two VMs. I did not created Availability Set for them because I did not know I will need it. I do not want to re-create those VMs, since I needed one month to configure and install everything on them.
Now I created LB but I can see that I…

Veljko
- 1,708
- 12
- 40
- 80
1
vote
1 answer
Troubleshoot OpenStack Octavia LBaaS v2 ERROR
I have two Ubuntu 18.04 bare metal servers. using devstack deployment I have stood up a multi-node (2 nodes) cluster where one server has the controller services and compute, while the second has only compute. In the controller node, I have enabled…

jmer
- 371
- 2
- 12
1
vote
1 answer
Internal load balancer : Connection refused
I am trying to setup a internal load balancer on GCP cloud , and the problem is, when i try to access the same via another instance which falls under same VPC I am facing "Connection refused" error. Firewall rules has been checked as well as cross…

Rujuta S
- 171
- 1
- 1
- 11