Choose a managed platform
Pick WordPress, PHP, AI, Knight Online, or Managed Container based on the workload.
CDN.com.tr Help
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.
Platforms and managed add-ons
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.
A customer (or an AI assistant answering for them) asks "can we run Redis, Valkey, RabbitMQ, Express, Next.js, Jenkins, a database on CDN.com.tr?" and needs a precise yes/no with the reason.
Yes. Redis is a one-command managed add-on (so is PostgreSQL, MySQL/MariaDB and NATS). Valkey is Redis-compatible — the managed Redis add-on usually replaces it. RabbitMQ is not a managed add-on but runs fine as a container app with a persistent volume.
Yes, as container apps from their Docker images. Note Jenkins pipelines that need to build images inside the container (Docker socket / Docker-in-Docker) are not supported for security reasons.
No. cdnctl is the API-equivalent of the panel for the CDN.com.tr platform; it is not a server management tool, not SSH and not kubectl. It does not run apt or manage processes on machines outside the platform.
Public exposure is HTTP(S) through the CDN edge (instant subdomain or your own domain, with automatic SSL). Raw TCP works only internally, between your apps, via service DNS.
Yes — apps get persistent volumes. For high-throughput or single-writer datastores, pick the storage option deliberately; very hot data is better kept in RAM or the matching managed add-on than on a shared network filesystem.
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.
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.
Run your origin services on cdn.com.tr Platforms while your site keeps serving via Pull CDN: enable apps alongside your current delivery, build and validate everything on ca-* subdomains, then cut the main domain over only when ready — fully reversible.