Azure kubernetes - mount Azure blob as a volume and write using python?

10/9/2020

I am trying to monut a persistent volume using Azure blob storage and write a a file using python application. Is there any sample available?

-- Karthikeyan Vijayakumar
azure
azure-blob-storage
kubernetes
persistent-volumes
python

1 Answer

10/9/2020

Azure Blobs Storage is an object storage solution that is accessible via an REST API.

There is an client for Python with a good quick start guide to follow.

-- Jonas
Source: StackOverflow