12 Temmuz 2022 Salı

Kubernetes Storage Tipleri

Giriş
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
- nfs
- secret
Persistent Volume
Bizim tarafımızdan devreye alınır

Dynamic Volumes
Otomatik yaratılır

Hiç yorum yok:

Yorum Gönder

Cluster Propotional Autoscaler - ReplicaSet Ekler/Siler

Giriş Açıklaması şöyle CPA aims to horizontally scale the number of Pod replicas based on the cluster’s scale. A common example is DNS ser...