IT 기술/클라우드 보안
[CKA] Volume
->^_^<-
2022. 3. 17. 16:36
반응형
# Volume Drivers
- Local
- Azure File Storage
- Convoy
- GlusterFS 등
# Persistent Volume
# Persistent Volume Claim
# 참고
https://kubernetes.io/docs/concepts/storage/persistent-volumes/#claims-as-volumes
Persistent Volumes
This document describes persistent volumes in Kubernetes. Familiarity with volumes is suggested. Introduction Managing storage is a distinct problem from managing compute instances. The PersistentVolume subsystem provides an API for users and administrator
kubernetes.io
반응형