Skip to content

A sample of gRPC server of GCP ELB in front of istio ingress gateway

Notifications You must be signed in to change notification settings

soichisumi-org/gprc-with-istio-and-ingress

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

6 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Istio-w-L7LB

A sample of GCP ELB in front of istio ingress gateway with HTTP/2(gRPC)

Components

This sample is tested in the following conditions:

Architecture

Try this sample

  1. Create cluster
  2. Generate and deploy self-signed certificate
    1. make gen-privkey
    2. make gen-csr
    3. make gen-cert
    4. make create-secret-for-ingressgateway
  3. Install istio
    • make istio-install
  4. Deploy apps
    • kubectl apply -f 2-pass-gce-ingress-health-check-w-tls/
  5. Do request
    • grpcurl -d '{"message": "yo test message"}' -insecure $INGRESS_IP:443 grpctesting.EchoService/Echo

About

A sample of gRPC server of GCP ELB in front of istio ingress gateway

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published