Choose a managed platform
Pick WordPress, PHP, AI, Knight Online, or Managed Container based on the workload.
CDN.com.tr Help
Give a container app a persistent volume so its data survives restarts and redeploys: enable storage, set the in-container mount path and size. One volume per app, mounted at one path, on CephFS.
Platforms and managed add-ons
Give a container app a persistent volume so its data survives restarts and redeploys: enable storage, set the in-container mount path and size. One volume per app, mounted at one path, on CephFS.
An app needs to keep files between deploys — uploads, a SQLite file, Prometheus data, a cache directory — instead of losing them every restart.
Use a managed add-on (Redis, PostgreSQL, MySQL/MariaDB, NATS) for databases, caches and queues — they are provisioned and tuned for you. Use a persistent volume for your app's own files: uploads, generated assets, a small SQLite file, Prometheus TSDB, etc. Rule of thumb: structured data store → add-on; app files → volume.
It is CephFS — a replicated network filesystem, great for durability and shared access but not for very high-IO or single-writer hot data. For heavy databases use the managed add-on; for very hot data prefer RAM. A "hot store" on a network volume becomes a bottleneck.
One persistent volume per app at a single mount path. You can change the path or grow the size, but each change needs a deploy and moving the path does not copy old data — plan the mount path up front.
Yes. The volume is independent of the container image, so deploys and image upgrades keep the data. It is removed only when you disable storage or delete the app.
Pick WordPress, PHP, AI, Knight Online, or Managed Container based on the workload.
Create a container app, registry credential, env/secrets, imports, jobs, deploy, status, and logs from customer surfaces.
Create buckets, rotate access keys, bind buckets to apps, and verify with the S3-compatible endpoint.
A managed container platform (Kubernetes underneath), not a VM or shell server: you bring container images or a docker-compose.yml and the platform runs them, with managed Redis/PostgreSQL/MySQL/NATS add-ons, persistent volumes, internal service DNS, and HTTP(S) exposure through the CDN edge.