Skip to content

Commit 874a1be

Browse files
levkroppSploder12
authored andcommitted
[doc] Update AZs tutorial to use SSL
1 parent b174dbe commit 874a1be

File tree

4 files changed

+225
-161
lines changed

4 files changed

+225
-161
lines changed

docs/.custom_wordlist.txt

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -12,6 +12,7 @@ IPs
1212
Junos
1313
Kaspersky
1414
misconfiguration
15+
mysqldump
1516
NIC
1617
NICs
1718
overallocate

docs/.sphinx/.wordlist.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -61,4 +61,4 @@ UI
6161
UUID
6262
VM
6363
webhook
64-
YAML
64+
YAML

docs/explanation/availability-zones.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2,9 +2,9 @@
22
# Understanding Zones
33

44
```{important}
5-
It is important to note that availability zones are a simulation-only feature and do not deploy on actual physical zones. Multipass provides the capability to distribute instances across as many as three availability zones.
5+
It is important to note that availability zones are a simulation-only feature and do not deploy on actual physical zones. Multipass provides the capability to distribute instances across as many as three availability zones.
66
```
77

88
Multipass availability zones allow you to simulate fault injection at the level of availability zones. In real cloud environments, availability zones are separate datacenters with independent power, cooling, and networking components. By using Multipass availability zones, you can mimic this setup locally to test and improve the fault tolerance of your applications through simulated data redundancy and zone failures.
99

10-
To conduct an experiment, you can make one or more zones unavailable. This action shuts down all running instances within those zones, enabling you to analyze the resilience of your applications
10+
To conduct an experiment, you can make one or more zones unavailable. This action shuts down all running instances within those zones, enabling you to analyze the resilience of your applications

0 commit comments

Comments
 (0)