Skip to content

Commit 35e2b39

Browse files
authored
RHIDP:7562: Support High Availability on EKS (#1256)
* Added EKS * Incorporated Alessandro's comment
1 parent bb434cc commit 35e2b39

File tree

1 file changed

+7
-1
lines changed

1 file changed

+7
-1
lines changed

assemblies/assembly-configuring-high-availability.adoc

Lines changed: 7 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,13 @@
66

77
High availability (HA) is a system design approach that ensures a service remains continuously accessible, even during failures of individual components, by eliminating single points of failure. It introduces redundancy and failover mechanisms to minimize downtime and maintain operational continuity.
88

9-
{product} supports HA deployments on {ocp-brand-name} and {aks-name}. The HA deployments enable more resilient and reliable service availability across supported environments.
9+
{product} supports HA deployments on the following platforms:
10+
11+
* {ocp-brand-name}
12+
* {aks-name}
13+
* {eks-name}
14+
15+
The HA deployments enable more resilient and reliable service availability across supported environments.
1016

1117
In a single instance deployment, if a failure occurs, whether due to software crashes, hardware issues, or other unexpected disruptions, it would make the entire service unavailable, interrupting development workflows and access to key resources.
1218

0 commit comments

Comments
 (0)