9 पॉइंट द्वारा ssssut 2025-06-26 | 2 टिप्पणियां | WhatsApp पर शेयर करें

Cloudflare ने 24 जून को अपना नया container execution platform 'Cloudflare Containers' Public Beta में पेश किया।

  • सभी paid plans में उपलब्ध, wrangler deploy एक बार चलाने पर Earth region (सभी PoP) में अपने-आप deploy (pre-provisioning)
  • Workers के साथ पूरी तरह integrated, इसलिए authentication/caching/routing को Workers संभालते हैं और heavy workloads को container को सौंपा जा सकता है
    • Durable Object API के ज़रिए .start(), .exec(), .signal() आदि container lifecycle को सीधे code से control किया जा सकता है
  • instances request आने पर कुछ सेकंड में शुरू हो जाते हैं (cold start: 2-3s - image size आदि के अनुसार अलग हो सकता है), और sleepAfter value के अनुसार तय समय तक अतिरिक्त request न होने पर अपने-आप sleep state में चले जाते हैं
  • अंदरूनी तौर पर isolation के लिए gVisor/Firecracker micro-VM (AWS Fargate द्वारा उपयोग किया जाने वाला VM)/QEMU जैसे runtimes को चुनिंदा रूप से इस्तेमाल करता है
  • instance types: अभी dev (256MiB, 1/16 vCPU, 2GB), basic (1GiB, 1/4 vCPU, 4GB), standard (4GiB 1/2 vCPU, 4GB) — ये 3 instance types उपलब्ध हैं; आगे बड़े instances और GPU support की योजना है
  • instance pricing: memory $0.0000025 / GiB-sec (हर महीने 25 GiB-h शामिल), CPU $0.000020 / vCPU-sec (हर महीने 375 vCPU-min शामिल), disk $0.00000007 / GB-sec (हर महीने 200 GB-h शामिल) — usage को 10 ms unit में मापकर charge किया जाता है
  • network egress pricing: North America·EU $0.025/GB (1 TB शामिल), Oceania/Korea/Taiwan $0.050/GB (500 GB शामिल), अन्य regions $0.040/GB (500 GB शामिल)

2 टिप्पणियां

 
aqqnucs 2025-06-26

अगला Moon रीजन है क्या?

 
chicol 2025-06-26

Earth region रोमांस पास!