Created
September 10, 2020 03:28
Revisions
-
asishrs created this gist
Sep 10, 2020 .There are no files selected for viewing
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters. Learn more about bidirectional Unicode charactersOriginal file line number Diff line number Diff line change @@ -0,0 +1,27 @@ # XDS Server # Build xDS Server task xds:build # Deploy xDS Server task xds:deploy # You can run above in a single command task xds:build xds:deploy # gRPC Server # Build gRPC Server task server:build # Deploy gRPC Server task server:deploy # You can run above in a single command task server:build server:deploy # gRPC Client # Build gRPC Client task client:build # Deploy gRPC Client task client:deploy # You can run above in a single command task client:build client:deploy