Advanced Scaling Strategies for High Availability

0.0(0)
studied byStudied by 0 people
learnLearn
examPractice Test
spaced repetitionSpaced Repetition
heart puzzleMatch
flashcardsFlashcards
Card Sorting

1/3

encourage image

There's no tags or description

Looks like no tags are added yet.

Study Analytics
Name
Mastery
Learn
Test
Matching
Spaced

No study sessions yet.

4 Terms

1
New cards

Cloud bursting

Used when an on-premises data center reaches saturation or capacity limits, either due to physical constraints or a lack of recent server provisioning. In this scenario, additional capacity is added in a public cloud infrastructure to handle the overflow of work

2
New cards

Oversubscription

Primary used for cost efficiency. It involves provisioning virtual resources that collectively exceed the available physical resources. This approach assumes that saturation will not occur, making it a common pattern for public cloud providers. Can be applied to CPU, Memory, and network throughput

3
New cards

Hypervisor Affinity

Prioritizes placing resources physically and virtually close together to achieve high network throughput and low latency. This is suitable for scenarios where most traffic occurs between nodes of a workflow, and resilience is not a top priority. It poses a risk of simultaneous failure if resources are clustered too closely (e.g., within the same rack during maintenance)

4
New cards

Hypervisor anti-affinity

Ensures that resources are separated physically, at least within separate racks or even different data centers or regions. This approach is suitable for critical instances that must remain independent of each other to maximize availability and resilience, minimizing the risk of simultaneous outages