Skip to content

Commit 83b5962

Browse files
committed
wpb-22590: update wiab-staging
1 parent d3a9ac0 commit 83b5962

1 file changed

Lines changed: 7 additions & 7 deletions

File tree

src/how-to/install/wiab-staging.md

Lines changed: 7 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22

33
## Introduction
44

5-
**Wire in a Box (WIAB) Staging** is a demo installation of Wire running on a single physical machine using KVM-based virtual machines. This setup replicates the multi-node production Wire architecture in a consolidated environment suitable for testing, evaluation, and learning about Wire's infrastructure—but **not for production use**.
5+
**Wire in a Box (WIAB) Staging** is a staging installation of Wire running on a single physical machine using KVM-based virtual machines. This setup replicates the multi-node production Wire architecture in a consolidated environment suitable for testing, evaluation, and learning about Wire's infrastructure—but **not for production use**.
66

77
> **Important:** This is a sandbox environment. Data from a staging installation **cannot be migrated to production**. WIAB Staging is designed for experimentation, validation, and understanding Wire's deployment model.
88
@@ -27,7 +27,7 @@ Key differences from production:
2727
- Calling services run with limited resources (replicas=1).
2828
- [Calling services](../../understand/overview.md#calling) will share the same k8s cluster as Wire stateful services hence, all infrastructure will be DMZ (De-militarized zone).
2929

30-
If you need a fully supported, highly-available, multi-datacenter deployment, use the **Production** path instead (see `ansible-VMs.md` and `helm-prod.md`).
30+
If you need a fully supported, highly-available, secure, multi-datacenter deployment, use the **Production** path instead (see `ansible-VMs.md` and `helm-prod.md`).
3131

3232
## Requirements
3333

@@ -73,11 +73,11 @@ We would require 7 VMs as per the following details, you can choose to use your
7373

7474
- **kubenodes (kubenode1, kubenode2, kubenode3):** Run the Kubernetes cluster and host Wire backend services
7575
- **datanodes (datanode1, datanode2, datanode3):** Run distributed data services:
76-
- Cassandra (distributed database)
77-
- PostgreSQL (operational database)
78-
- Elasticsearch (search engine)
79-
- Minio (S3-compatible object storage)
80-
- RabbitMQ (message broker)
76+
- Cassandra
77+
- PostgreSQL
78+
- Elasticsearch
79+
- Minio
80+
- RabbitMQ
8181
- **assethost:** Hosts static assets like container images and debian binaries to be used by kubenodes and datanodes during installation.
8282

8383
## Getting the Ansible playbooks

0 commit comments

Comments
 (0)