Skip to content
This repository has been archived by the owner on Jan 14, 2020. It is now read-only.

Availability Zones

shoenisch edited this page Apr 7, 2017 · 1 revision

Availability zones group ESXi hosts to isolate an application running on virtual machines, to provide data locality or physical affinity, to improve performance, or to ensure high availability.

To group ESXi hosts into an availability zone, you first create a zone with the photon availability-zone create command and then add ESXi hosts to the zone. After the zone is established with a set of ESXi hosts, you create VMs and assign them to the zone.

A set of VMs running an application can be segmented into an availability zone to ensure that the VMs reside on the same physical rack or behind a switch for low latency. Inversely, you can place VMs on separate physical infrastructure to provide high availability. Similarly, availability zones can locate VMs on the hardware that provides the right level of performance for the application.

The following diagram illustrates the role of availability zones in the context of Photon Platform's multitenancy model:

Availability Zones

Keep in mind, though, that availability zones do not correspond to tenants: Different tenants can share the same availability zone.

Clone this wiki locally