/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.

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.