Tag

Serverless

0 views collected around this technical thread.

Tencent Cloud Developer
Tencent Cloud Developer
Jul 26, 2022 · Cloud Native

Understanding Knative: A Cloud-Native Serverless Framework

Knative is a CNCF‑incubated, cloud‑native serverless framework on Kubernetes that combines Build, Eventing, and Serving components—featuring a Knative Pod Autoscaler that can scale pods to zero—offering improved resource utilization, rapid traffic response, and developer productivity despite modest performance overhead.

CNCFFunction ComputingKnative
0 likes · 16 min read
Understanding Knative: A Cloud-Native Serverless Framework
Tencent Cloud Developer
Tencent Cloud Developer
Jul 20, 2021 · Artificial Intelligence

Deploying AI Inference Functions on Tencent Cloud Serverless with Rust and WebAssembly

Michael Yuan’s ServerlessDays China 2021 talk shows how combining Rust with WebAssembly on Tencent Cloud Serverless lets developers deploy TensorFlow AI models in just a few lines, achieving 10‑20 fps inference, 100× faster cold starts than Python, and offering lightweight, secure, portable runtimes that could eventually supplant containers for edge and AI workloads.

AI inferenceEdge ComputingRust
0 likes · 19 min read
Deploying AI Inference Functions on Tencent Cloud Serverless with Rust and WebAssembly
Tencent Cloud Developer
Tencent Cloud Developer
Jul 19, 2021 · Cloud Native

Tencent Cloud EKS: The Elegant Balance Between Serverless and Serverful

Tencent Cloud’s Elastic Container Service (EKS) delivers a nodeless, Kubernetes‑compatible platform that blends serverless convenience with serverful flexibility, letting users migrate existing clusters with a single click, run hybrid and big‑data workloads across virtual nodes, and anticipate future usage‑based billing for truly elastic scaling.

Cloud ComputingContainer ServiceEKS
0 likes · 12 min read
Tencent Cloud EKS: The Elegant Balance Between Serverless and Serverful
Tencent Cloud Developer
Tencent Cloud Developer
Jul 14, 2021 · Cloud Native

Exploring Serverless Practices in Tencent Cloud Microservices

The talk explains why enterprise‑grade development needs serverless—boosting efficiency, cutting costs, eliminating ops, and enabling elastic scaling—then positions serverless within microservices, showcases Tencent Cloud’s TEM platform built on EKS with plug‑in services, and demonstrates serverless middleware such as Pulsar‑based queues, highlighting developer, ops, and business advantages.

DevOpsMicroservicesServerless
0 likes · 18 min read
Exploring Serverless Practices in Tencent Cloud Microservices
Tencent Cloud Developer
Tencent Cloud Developer
Jul 13, 2021 · Backend Development

Function Mesh: Serverless Innovation in Message and Streaming Data Scenarios

The talk by Zha Jia showcases StreamNative’s open‑source Function Mesh, which builds on Apache Pulsar’s unified messaging and streaming platform and its lightweight Pulsar Functions, using Kubernetes CRDs to simplify deployment, management, and scaling of serverless data processing while highlighting the project’s rapid community growth.

Apache PulsarBackend DevelopmentFunction Mesh
0 likes · 18 min read
Function Mesh: Serverless Innovation in Message and Streaming Data Scenarios
Tencent Cloud Developer
Tencent Cloud Developer
Jul 7, 2021 · Cloud Native

Design and Practice of Tencent Cloud Native Database TDSQL-C Serverless Architecture

TDSQL‑C Serverless separates compute and storage, delivers instant elastic scaling for MySQL and PostgreSQL, charges per‑second usage, pauses and stops billing when idle, and supports low‑frequency, archival, development, and micro‑service workloads with a ~2‑second cold‑start.

ServerlessTDSQL-CUsage Billing
0 likes · 13 min read
Design and Practice of Tencent Cloud Native Database TDSQL-C Serverless Architecture
Tencent Cloud Developer
Tencent Cloud Developer
Jul 6, 2021 · Cloud Computing

MicroVMM and Firecracker: Core Technologies Behind Serverless Computing

The talk explains how a purpose‑built microVMM like Firecracker—an ultra‑lightweight, Rust‑based virtual machine monitor running on KVM—delivers the strong isolation, millisecond‑scale startup, and high‑density performance essential for modern serverless platforms, while outlining current benchmarks and future enhancements.

Cloud ComputingFirecrackerMicroVMM
0 likes · 26 min read
MicroVMM and Firecracker: Core Technologies Behind Serverless Computing
Tencent Cloud Developer
Tencent Cloud Developer
Jul 1, 2021 · Cloud Computing

Rethinking the Developer Experience: Building Applications in the Serverless Era

In his ServerlessDays China 2021 talk, Austen Collins explains how the Serverless Framework and the new Tencent‑backed Serverless Cloud let developers bypass local‑environment limitations by deploying, logging, and cloning applications directly in the cloud within seconds, dramatically boosting productivity, reducing configuration overhead, and enhancing the overall developer experience.

Cloud ComputingDeveloper ExperienceInfrastructure as Code
0 likes · 16 min read
Rethinking the Developer Experience: Building Applications in the Serverless Era
Tencent Cloud Developer
Tencent Cloud Developer
Jul 23, 2019 · Cloud Native

Serverless for Front-End Developers: Concepts, Architecture, and Project Implementation

This article explains serverless concepts for front‑end developers, outlines its evolution, benefits, and architecture—including BFF layers and SSR—then demonstrates a complete vocabulary mini‑program built with cloud functions, storage, monitoring, debugging, testing, deployment, and operational best practices.

BFFDevOpsServerless
0 likes · 15 min read
Serverless for Front-End Developers: Concepts, Architecture, and Project Implementation
Tencent Cloud Developer
Tencent Cloud Developer
Mar 6, 2019 · Cloud Native

Building a Subscription Management Mini Program with Tencent Cloud Serverless Functions

The article shows how a single front‑end developer can create the “Moly Subscription Assistant” WeChat mini‑program in five days using Tencent Cloud serverless development, covering OpenID authentication, cloud‑function CRUD for subscriptions, scheduled currency‑rate updates, and a fully managed backend without any traditional servers.

Cloud FunctionsCurrency ExchangeNode.js
0 likes · 10 min read
Building a Subscription Management Mini Program with Tencent Cloud Serverless Functions