in Education by
What is the role of Load Balance in Kubernetes?

1 Answer

0 votes
by
Load balancing is a way to distribute the incoming traffic into multiple backend servers, which is useful to ensure the application available to the users. In Kubernetes, as shown in the above figure all the incoming traffic lands to a single IP address on the load balancer which is a way to expose your service to outside the internet which routes the incoming traffic to a particular pod (via service) using an algorithm known as round-robin. Even if any pod goes down load balances are notified so that the traffic is not routed to that particular unavailable node. Thus load balancers in Kubernetes are responsible for distributing a set of tasks (incoming traffic) to the pods

Related questions

0 votes
    Kubernetes Architectutre consists of ______ (1)Master and Slave (2)Server and Client (3)Master and Node (4)All of the these...
asked Sep 19, 2021 in Education by JackTerrance
0 votes
    Kubernetes cluster must contain only one Master? (1)False (2)True...
asked Sep 19, 2021 in Education by JackTerrance
0 votes
    What are the various things that can be done to increase Kubernetes security?...
asked Jul 15, 2021 in Education by JackTerrance
0 votes
    Which of these is not a Service Spec? (1)ClusterIP (2)PodIP (3)ExternalName (4)NodePort...
asked Sep 19, 2021 in Education by JackTerrance
0 votes
    How do we control the resource usage of POD?...
asked Jul 15, 2021 in Education by JackTerrance
0 votes
    How to do maintenance activity on the K8 node?...
asked Jul 15, 2021 in Education by JackTerrance
0 votes
    ________ is checked for your previous transactions to determine your wallet balance. A. Bitcoin Network and your Wallet B. Ledger C. Miners and Users...
asked Nov 30, 2022 in Education by JackTerrance
0 votes
    SA=1000.00 AI=0.12 MP=100.00 def remainb(x): if x==0: return 0 else: return x=(SA+(AI/12)*SA)-MP for ... . run the loop until SA==0). Select the correct answer from above options...
asked Jan 11, 2022 in Education by JackTerrance
0 votes
    5. How do saprophytes help in maintaining nutrient balance in the soil? Select the correct answer from above options...
asked Dec 7, 2021 in Education by JackTerrance
0 votes
    5. How do saprophytes help in maintaining nutrient balance in the soil? Select the correct answer from above options...
asked Dec 5, 2021 in Education by JackTerrance
0 votes
    Mr.Iyer is an Accountant. He normally has to make balance sheet, profit and loss statements etc that need ... easily and effectively? Select the correct answer from above options...
asked Nov 30, 2021 in Education by JackTerrance
0 votes
    5. How do saprophytes help in maintaining nutrient balance in the soil? Select the correct answer from above options...
asked Nov 26, 2021 in Education by JackTerrance
0 votes
    The aural component of balance is critical for postural control during ambulation. Aural means related to the… Eye. Ear. Nose. Mouth....
asked Jan 2, 2021 in Technology by JackTerrance
...