Progress in Medical Sciences. 2022;
6(3):(126-189)
Resolve Bottlenecks at Kubernetes using Load Balancer Services
Pallavi Priya Patharlagadda
Abstract
Kubernetes, also known as K8s, is an open-source system for automating deployment, scaling, and management of containerized applications. It groups containers that make up an application into logical units for easy management and discovery. During high load, Kubernetes performs the autoscaling of the backend pods. But if the Kubernetes service itself is getting overloaded, it contains bottlenecks that affect the overall application performance. This paper speaks in detail about the bottleneck situation and how we can overcome it.