++infra avail

This commit is contained in:
Nico Schottelius 2021-09-20 13:10:02 +09:00
parent df894bb25c
commit 68e5a47a3c
1 changed files with 8 additions and 4 deletions

View File

@ -4,7 +4,7 @@ _hidden: no
--- ---
title: ungleich infrastructure availability title: ungleich infrastructure availability
--- ---
subtitle: Making your services plannable subtitle: Making your services dependable
--- ---
description1: description1:
@ -22,6 +22,7 @@ typical availability rates:
``` ```
| % | Accepted downtime / year | | % | Accepted downtime / year |
|--------+--------------------------|
| 98 | 175.2h or 7.3 days | | 98 | 175.2h or 7.3 days |
| 99 | 87.6h or 3.65 days | | 99 | 87.6h or 3.65 days |
| 99.9 | 8.76h | | 99.9 | 8.76h |
@ -32,7 +33,7 @@ typical availability rates:
## General availability ## General availability
If not otherwise specified, the **target availability** for every If not otherwise specified, the **target availability** for every
service is at minimum 99.9%. This availability is **not guaranteed by service is 99.9%. This availability is **not guaranteed by
default**. However we offer **guaranteed availability** for a range of default**. However we offer **guaranteed availability** for a range of
our products. our products.
@ -85,11 +86,14 @@ data storage is also available.
For services that allow multiple backends, we offer load balancing For services that allow multiple backends, we offer load balancing
services to distribute the traffic. This can be combined with services to distribute the traffic. This can be combined with
dedicated uplinks per location and indivual IP address blocks. dedicated uplinks per location, indivual IP address blocks and
distributed application deployments in multiple locations. You can
also easily realise [blue green
deployments](https://en.wikipedia.org/wiki/Blue-green_deployment) or
[Canary releases](https://martinfowler.com/bliki/CanaryRelease.html).
## Related pages ## Related pages
* [ungleich Infrastructure Availability](../ungleich-infrastructure-availability/)
* [ungleich SLAs](../ungleich-sla/) * [ungleich SLAs](../ungleich-sla/)
* [ungleich Service Hours](../ungleich-service-hour/) * [ungleich Service Hours](../ungleich-service-hour/)
* [ungleich Support Packages](../ungleich-support-package/) * [ungleich Support Packages](../ungleich-support-package/)