Clarify Azure Spot node pools usage for stateful workloads#442
Clarify Azure Spot node pools usage for stateful workloads#442abarqawi wants to merge 2 commits into
Conversation
Added a note about the use of Azure Spot node pools for stateful workloads.
|
@abarqawi : Thanks for your contribution! The author(s) and reviewer(s) have been notified to review your proposed change. |
|
@abarqawi : Thanks for your contribution! The author(s) and reviewer(s) have been notified to review your proposed change. |
|
Learn Build status updates of commit ef6575c:
|
| File | Status | Preview URL | Details |
|---|---|---|---|
| articles/aks/stateful-workloads-overview.md | Details |
articles/aks/stateful-workloads-overview.md
- Line 98, Column 68: [Warning: hard-coded-locale - See documentation]
Link 'https://learn.microsoft.com/en-us/azure/aks/spot-node-pool' contains locale code 'en-us'. For localizability, remove 'en-us' from links to most Microsoft sites. - Line 98, Column 68: [Suggestion: docs-link-absolute - See documentation]
Absolute link 'https://learn.microsoft.com/en-us/azure/aks/spot-node-pool' will be broken in isolated environments. Replace with a relative link.
For more details, please refer to the build report.
Note: Your PR may contain errors or warnings or suggestions unrelated to the files you changed. This happens when external dependencies like GitHub alias, Microsoft alias, cross repo links are updated. Please use these instructions to resolve them.
Updated link to Azure Spot node pools documentation for clarity.
|
Learn Build status updates of commit abc23d6: ✅ Validation status: passed
For more details, please refer to the build report. |
|
Can you review the proposed changes? IMPORTANT: When the changes are ready for publication, adding a #label:"aq-pr-triaged" |
There was a problem hiding this comment.
Pull request overview
Adds guidance to the AKS stateful workloads overview to clarify that Azure Spot node pools aren’t recommended for production-critical stateful workloads due to eviction risk and potential recovery/rescheduling delays.
Changes:
- Adds a NOTE warning against using Azure Spot node pools for production-critical stateful workloads.
- Explains eviction behavior and recommends regular node pools plus storage resiliency mechanisms for high-availability stateful workloads.
| > Spot VMs can be evicted with little notice when Azure reclaims capacity, resulting in abrupt node termination and potential delays in volume recovery or pod rescheduling. For >workloads that depend on persistent data and high availability, use regular node pools and appropriate storage resiliency mechanisms. | ||
| > Azure Spot node pools should be reserved for interruptible workloads that can tolerate unexpected node loss |
|
#assign-reviewer:davidsmatlak |
|
closed as opened on pr branch |
1 similar comment
|
closed as opened on pr branch |
Added a note about the use of Azure Spot node pools for stateful workloads.