/grpc-node-dns-lb

An example of DNS load balancing with gRPC.

Primary LanguageJavaScript

GRPC Node.js DNS Load Balancing Example

An example of DNS load balancing with gRPC.

Requirements

Demo

asciicast

Getting Started

  1. Clone the repository.

    git clone https://github.com/joshua-barnett/grpc-node-dns-lb
  2. Run the test target.

    make test

    The project will start with 1 replica, scale up to 3 over the course of 20 seconds.

    Then scale down to 0 over the course of 20 seconds.

  3. Clean project.

    make clean