Container Engine: Storage Classes & Dynamic Provisioning in Kubernetes

preview_player
Показать описание
Get an overview of Dynamic Provisioning and Storage Classes in Google Container Engine, a unique feature in Kubernetes, that enables storage to be created automatically when it’s needed. In this video we’ll introduce the concepts, the problems these features solve for, and a demo on how they work together.

Presentation by Saad Ali, Software Engineer, Google and Matthew De Lio, Product Manager, Google


Рекомендации по теме
Комментарии
Автор

very useful video. thank you so much <3 <3

vuanh
Автор

Cool video. Although now you have to specify a volumeName in the pvc definition to prevent gcp's pre-defined storage classes from being used to create another volume satisfying the claim

raphaeloester
Автор

When i'm using kind: deployment instead of pod it's never happening, all created pv and pvc but not the deployment

Babbili
Автор

When I applied pv.yaml I discovered an error that the disk not found. For those who also see the same issue here is the solution: we have to manually go create the persistent disk under compute engine -> disks. Also, we need to create a name space or use the "default"

shauryahooda
Автор

Could we use nfs or glusterfs instead of physical volumes in *GKE* for dynamic mount?

MannuJadhav
Автор

Hi Saad & Matthew, Would it be possible to provide the slides? I know the deck is small but it would be nice to have. Good talk. Thank you.

Dynamic Provisioning and Storage Classes in Google Container Engine

Albert-fejx