Skip to content

Latest commit

 

History

History
3 lines (2 loc) · 243 Bytes

README.md

File metadata and controls

3 lines (2 loc) · 243 Bytes

Using Nginx Load balancer in Kubernetes

Load balancing of request by routing the request based on their request method. For example, when it is a POST request, it routes it corresponding pod and replicas. The same for PUT, DELETE, and GET.