Skip to content

git4example/helloworld-grpc

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

3 Commits
 
 
 
 
 
 
 
 

Repository files navigation

helloworld-grpc

Ref : https://docs.aws.amazon.com/prescriptive-guidance/latest/patterns/deploy-a-grpc-based-application-on-an-amazon-eks-cluster-and-access-it-with-an-application-load-balancer.html#attachments-abf727c1-ff8b-43a7-923f-bce825d1b459

docker build -t helloworld-grpc .
docker tag helloworld-grpc hello2pariskhit/helloworld-grpc
docker push hello2pariskhit/helloworld-grpc
kubectl apply -f ./kubernetes/grpc-sample.yaml
grpcurl grpc.example.com:443 list 
grpc.reflection.v1alpha.ServerReflection
helloworld.helloworld

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published