Yandex Cloud
Search
Contact UsTry it for free
  • Customer Stories
  • Documentation
  • Blog
  • All Services
  • System Status
  • Marketplace
    • Featured
    • Infrastructure & Network
    • Data Platform
    • AI for business
    • Security
    • DevOps tools
    • Serverless
    • Monitoring & Resources
  • All Solutions
    • By industry
    • By use case
    • Economics and Pricing
    • Security
    • Technical Support
    • Start testing with double trial credits
    • Cloud credits to scale your IT product
    • Gateway to Russia
    • Cloud for Startups
    • Center for Technologies and Society
    • Yandex Cloud Partner program
    • Price calculator
    • Pricing plans
  • Customer Stories
  • Documentation
  • Blog
© 2026 Direct Cursus Technology L.L.C.
Yandex Managed Service for Kubernetes
  • Comparing with other Yandex Cloud services
  • Getting started
  • Access management
  • Pricing policy
  • Terraform reference
  • Monitoring metrics
  • Audit Trails events
  • Release notes
    • General questions
    • Data storage
    • Configuring and updating
    • Autoscaling
    • Resources
    • Monitoring and logs
    • Troubleshooting
    • All questions on one page
  1. FAQ
  2. Data storage

Data storage

Written by
Yandex Cloud
Updated at November 21, 2025
  • What should I consider when using disk storage for a database, such as MySQL® or PostgreSQL, deployed in a Kubernetes cluster?

  • How do I connect a pod to managed Yandex Cloud databases?

  • 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?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 controllers. We do not recommend running stateful services with persistent volumes in Kubernetes. To work with databases of stateful applications, use Yandex Cloud managed databases, e.g., Managed Service for MySQL® or Managed Service for PostgreSQL.

How do I connect a pod to managed Yandex Cloud databases?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?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 PersistentVolume and 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?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.

Was the article helpful?

Previous
General questions
Next
Configuring and updating
© 2026 Direct Cursus Technology L.L.C.