MicrosoftDocs / azure-docs

Open source documentation of Microsoft Azure
https://docs.microsoft.com/azure
Creative Commons Attribution 4.0 International
9.98k stars 20.95k forks source link

The value of the "KMS" is quite confusing #121955

Open tdefise opened 1 week ago

tdefise commented 1 week ago

When I look at what is the benefits of using KMS, it shows that:

However, when we look deeper:

So from my understanding, KMS is mainly used:

When I look at Kubernetes's official documentation the main use-case seems to be to encrypt secret. Latter in the example, they also use it to encrypt ConfigMap, but it's generally not a best practise to store sensitive data within a ConfigMap.

Without KMS, using the Secrets Store CSI Driver, with rotation enabled, secrets are already encrypted at rest, if I understand it correctly.


Document Details

Do not edit this section. It is required for learn.microsoft.com ➟ GitHub issue linking.

TPavanBalaji commented 1 week ago

@tdefise Thanks for your feedback! We will investigate and update as appropriate.

schaffererin commented 1 week ago

reassign: schaffererin