Skip to content
This repository has been archived by the owner on Jun 6, 2024. It is now read-only.

Updating readme for cluster docker #119

Merged
merged 2 commits into from
Mar 14, 2024
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
12 changes: 7 additions & 5 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -14,10 +14,16 @@ Build the OpenSearch docker image and add the plugin:

`docker compose build`

Start the containers:
Start the container:

`docker compose up`

Or to start a three-node OpenSearch cluster:

```
docker compose -f docker-compose-cluster.yaml up
```

Initialize the `awesome` UBI store:

```
Expand Down Expand Up @@ -87,7 +93,3 @@ Found 8 indexed
```

This shows 8 total requests made by locust, and 8 events are in the index. The idea being we can assert that the number of events sent matches the events stored in the index.

## Starting up a Multi Node Cluster

To start up a three node cluster run `docker compose -f Dockerfile.prod up`
Loading