Seçenekler şöyle
1. Volumes
2. Persistent Volume
3. Dynamic Volumes
Volumes
Açıklaması şöyle
Kubernetes Volume is a directory on a disk backed by some media. This Volume is available to all containers running inside a Pod. The Pod specification mentions what kind of volume is to be provisioned and where to mount it. The kind of Volume is specified by choosing one between many Volume Types that Kubernetes provides. Some of these are:- AWS EBS- Azure Disk
- Ceph file system- emptyDir- local- nfs- secret
Persistent Volume
Bizim tarafımızdan devreye alınır
Dynamic Volumes
Otomatik yaratılır
Hiç yorum yok:
Yorum Gönder