Can we use azure storage account: blob for storing EFK logs using persistent volume. Ihv verified below article i didn't see anything related to blob https://kubernetes.io/docs/concepts/storage/storage-classes/ https://docs.microsoft.com/en-us/azure/aks/concepts-storage please let me know if we can use blob for k8s storage clz
Asked
Active
Viewed 878 times
1 Answers
0
Not directly Azure blob storage is accessible via API's rather than directly attached to a VM.
The K8s CSI (Container Storage Interface) is primarily there for disk or network attached storage. Aka something pretending to be a HDD/SSD or a network share, not something pretending to be a web page.
If you're talking logs you're MUCH better off with something that understands the blob storage and ships the logs from the cluster to blob storage.

Timothy c
- 396
- 1
- 8