hegdedarsh
hegdedarsh
CDCloudflare Developers
Created by meakr on 6/14/2024 in #workers-discussions
👋🏻 Hey all. I am a PM on the Workers
would focus primarily on below usecases Edge Homelab Internet of Things (IoT) Continuous Integration (CI) Development (ARM)
41 replies
CDCloudflare Developers
Created by meakr on 6/14/2024 in #workers-discussions
👋🏻 Hey all. I am a PM on the Workers
i would prefer k3s , with more usecases at the edge if CF decides to bring in a container based platform
41 replies
CDCloudflare Developers
Created by meakr on 6/14/2024 in #workers-discussions
👋🏻 Hey all. I am a PM on the Workers
Use Case: Edge-Powered Personalized Content with Containers
Scenario:
You have a blog or news website that serves content to a global audience. You want to personalize content based on the user's location and serve dynamic data from a containerized backend service.
Key Components:
Cloudflare Workers: Execute logic at the edge. Cloudflare Pages: Host static content of the website. Cloudflare KV Storage: Store and retrieve user-specific or region-specific data. Cloudflare Containers: Run backend services. Cloudflare CDN: Cache and deliver static assets globally.
Containerized Backend Service (Hypothetical Cloudflare Containers):

Run a containerized service that handles more complex personalized data, such as user profiles or dynamic recommendations.
Assume Cloudflare provides a managed container service that integrates seamlessly with Workers.

Deploy and Configure the Containerized Service:

Deploy the containerized backend service using the hypothetical Cloudflare Containers.
The service could be an API that provides user-specific or location-specific data, such as recommendations, recent activity, or personalized offers.
Containerized Backend Service (Hypothetical Cloudflare Containers):

Run a containerized service that handles more complex personalized data, such as user profiles or dynamic recommendations.
Assume Cloudflare provides a managed container service that integrates seamlessly with Workers.

Deploy and Configure the Containerized Service:

Deploy the containerized backend service using the hypothetical Cloudflare Containers.
The service could be an API that provides user-specific or location-specific data, such as recommendations, recent activity, or personalized offers.
41 replies