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

502 views Asked by At

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?

1

There are 1 answers

0
Jonas On BEST ANSWER

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.