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.
ali4zimi/kubernetes-nginx-load-balancer
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.