Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

[Feature] Entity Tags (eTags) for Concurrency Control #4840

Open
ReginaLin24 opened this issue Mar 6, 2025 · 0 comments
Open

[Feature] Entity Tags (eTags) for Concurrency Control #4840

ReginaLin24 opened this issue Mar 6, 2025 · 0 comments

Comments

@ReginaLin24
Copy link

When a request to the cluster is made, the system checks whether the provided eTag header matches the latest version stored in the database. If there is a mismatch, the request fails early, ensuring that no unintended overwrites occur.

More can be found in https://learn.microsoft.com/en-us/azure/aks/use-etags

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
Status: Public Preview (Shipped & Improving)
Development

No branches or pull requests

1 participant