Skip to content

Commit

Permalink
Updating readme with next steps
Browse files Browse the repository at this point in the history
  • Loading branch information
Simon Zeltser committed Mar 26, 2019
1 parent 240f51f commit eee0787
Show file tree
Hide file tree
Showing 2 changed files with 10 additions and 6 deletions.
16 changes: 10 additions & 6 deletions README.md
Expand Up @@ -44,13 +44,10 @@ Google Stackdriver is a suite of tools that helps to gain full observability for
$ ./install.sh
```

### Generate Fake Traffic
### Next Steps

1. In the root of the repository, use the `loadgenerator-tool` executable. For example:

```bash
$ ./loadgenerator-tool startup --zone us-central1-c [SANDBOX_FRONTEND_ADDRESS]
```
* Explore your Sandbox deployment and its [architecture](#Service-Overview)
* Learn more about Stackdriver using [Code Labs](https://codelabs.developers.google.com/gcp-next/?cat=Monitoring)

## Service Overview

Expand Down Expand Up @@ -199,6 +196,13 @@ Find **Protocol Buffers Descriptions** at the [`./pb` directory](./pb).

kubectl get service frontend-external

### Generate Synthetic Traffic

1. If you want to create synthetic load manually, in the root of the repository, use the `loadgenerator-tool` executable. For example:

```bash
$ ./loadgenerator-tool startup --zone us-central1-c [SANDBOX_FRONTEND_ADDRESS]
```

### (Optional) Deploying on a Istio-installed GKE cluster

Expand Down
File renamed without changes.

0 comments on commit eee0787

Please sign in to comment.