Azure disk programming internals and container access In Part2 of Kubernetes storage on Azure we explore various steps involved in exposing disks to a container and look at more details of Azure specific code behind the scenes making this possible in the disk CSI driver. Overview As depicted in the figure below, a managed disk… Continue reading Kubernetes storage on Azure (Part 2)
Tag: CSI
Kubernetes storage on Azure (Part 1)
Kubernetes storage basics and Azure disk CSI Driver In this part of Kubernetes storage on Azure - we explore basic Kubernetes storage concepts and how to use Azure managed disks on Kubernetes. Then we delve into the internals of various components of the CSI ecosystem on Kubernetes and the Azure disk driver implementation. Introduction Azure… Continue reading Kubernetes storage on Azure (Part 1)