Tag: load balancer

  • Deployment and Testing Strategy

    +————————-+————-+————————+| Deployment Strategy | Instance | Blue/Green, Rolling |+=========================+=============+========================+| Testing Strategy | User | Canary, A/B, Shadow |+————————-+————-+————————+ Deployment Strategy 1. Blue/Green pattern Having two identical environments: V1 and V2, where both V1 and V2 are running, but only V1 has all traffic while V2 is in testing. V2 is released alongside V1, and traffic […]

  • How to set up an internal and external Load balancer with Nginx ingress on Kubernetes on GKE

    How to set up an internal and external Load balancer with Nginx ingress on Kubernetes on GKE

    In this article I will show you two methods on how you can configure Nginx Ingress to expose a Kubernetes service using a Google Kubernetes Engine(GKE) public load balancer or a Kubernetes Internal Load Balancer. Or both at the same time. There are two ways to setup a separate Load Balancer for Nginx Ingresss on […]