Data storage
-
How do I correctly attach a persistent volume to a container?
-
What types of volumes does Managed Service for Kubernetes support?
What should I consider when using disk storage for a database, such as MySQL® or PostgreSQL, deployed in a Kubernetes cluster?
For a database deployed in a Kubernetes cluster, use StatefulSet
How do I connect a pod to managed Yandex Cloud databases?
To connect to a Yandex Cloud managed database in the same network, specify its host name and FQDN.
To connect a database certificate to a pod, use the secret or configmap objects.
How do I correctly attach a persistent volume to a container?
You can choose how to attach Compute Cloud disks depending on your use case:
- If you need Kubernetes to automatically provision a
PersistentVolumeand configure a new disk, create a pod with a dynamically provisioned volume. - To use existing Compute Cloud volumes, create a pod with a statically provisioned pod.
For more information, see Working with persistent volumes.
What types of volumes does Managed Service for Kubernetes support?
Managed Service for Kubernetes supports temporary (Volume) and persistent (PersistentVolume) volumes. For more information, see Volume.