Skip to content

High CPU usage of java application when mounting file share into pod #1458

Answered by andyzhangx
HerrDerb asked this question in Q&A
Discussion options

You must be logged in to vote

you are using inline volume, which means every volume would have a standalone azure file mount, that would consume more resources, pls use pv/pvc: https://learn.microsoft.com/en-us/azure/aks/azure-csi-files-storage-provision#mount-file-share-as-a-persistent-volume, one pv represents one file share, so there is only one azure file mount per node for one file share, that could reduce the azure file mount num a lot.

Replies: 1 comment 2 replies

Comment options

You must be logged in to vote
2 replies
@HerrDerb
Comment options

@andyzhangx
Comment options

Answer selected by andyzhangx
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Category
Q&A
Labels
None yet
2 participants