isabella232 / grpc-gke-nlb-tutorial

gRPC load-balancing on GKE using Envoy

Home Page:https://cloud.google.com/solutions/exposing-grpc-services-on-gke-using-envoy-proxy

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Using Envoy Proxy to load-balance gRPC services on GKE

This repository contains the code used in the tutorial Using Envoy Proxy to load-balance gRPC services on GKE.

This tutorial demonstrates how to expose multiple gRPC services deployed on Google Kubernetes Engine (GKE) via a single external IP address using Network Load Balancing and Envoy Proxy. We use Envoy Proxy in this tutorial to highlight some of the advanced features it provides for gRPC.

Disclaimer

This is not an officially supported Google product.

About

gRPC load-balancing on GKE using Envoy

https://cloud.google.com/solutions/exposing-grpc-services-on-gke-using-envoy-proxy

License:Apache License 2.0


Languages

Language:Go 70.1%Language:Dockerfile 29.9%