Lines Matching +full:build +full:- +full:and +full:- +full:deploy
3 …://github.com/grpc/grpc/tree/master/examples/cpp/helloworld) and changes the gRPC client and serve…
7 The client takes two command-line arguments -
8 * target - By default, the client tries to connect to the xDS "xds:///helloworld:50051" and gRPC wo…
9 * xds-creds - Bool value, defaults to true. When this is set, [XdsCredentials](https://github.com/g…
11 The server takes three command-line arguments -
12 * port - Port on which the Hello World service is run. Defaults to 50051.
13 …- If secure mode is used (see below), the [Admin](https://github.com/grpc/proposal/blob/master/A38…
14 * secure - Bool value, defaults to true. When this is set, [XdsServerCredentials](https://github.co…
18 Currently, this example and some of the gRPC xDS libraries that it depends on only builds with baze…
20 …deploy the XDS management server in your deployment environment and know its name. You need to set…
22 Please view [GCP instructions](https://cloud.google.com/traffic-director/docs/security-proxyless-se…
24 To run the server -
31 To run the client -
44 docker build -f examples/cpp/xds/Dockerfile.client examples/cpp/xds
48 docker build -f examples/cpp/xds/Dockerfile.server examples/cpp/xds
51 To push to a registry, add a tag to the image either by adding a `-t` flag to `docker build` comman…
54 docker image tag ${sha from build command above} ${tag}
57 And then push the tagged image using `docker push`