
以下内容来自「玩转腾讯云」用户原创文章,已获得授权。
01.
什么是 Serverless?
在《Serverless Architectures》中对 Serverless 是这样子定义的:
Serverless was first used to describe applications that significantly or fully incorporate third-party, cloud-hosted applications and services, to manage server-side logic and state. These are typically “rich client” applications—think single-page web apps, or mobile apps—that use the vast ecosystem of cloud-accessible databases (e.g., Parse, Firebase), authentication services(e.g., Auth0, AWS Cognito), and so on. These types of services have been previously described as “(Mobile) Backend as a service", and I use “BaaS” as shorthand in the rest of this article. Serverless can also mean applications where server-side logic is still written by the application developer, but, unlike traditional architectures, it’s run in stateless compute containers that are event-triggered, ephemeral (may only last for one invocation), and fully managed by a third party. One way to think of this is “Functions as a Service” or “FaaS”.(Note: The original source for this name—a tweet by @marak—isno longer publicly available.) AWS Lambda is one of the most popular implementations of a Functions-as-a-Service platform at present, but there are many others, too.
这样的描述我相信有很多小伙伴不明白,我们可以这样子来理解 Serverless:
它的中文直译就是「无服务器」,目前对于 Serverless 有几种解读方法:
可以理解为 Severless = FaaS + BaaS 即函数即服务 (Function as a Service) + 后端即服务 (Backend as a Service)。
第一步:进入 Severless 控制台并完成授权,点击新建应用,选择应用模板 —— 快速部署一个 Wordpress 框架

第二步:填写应用名,选择环境和地域;
选择完成后点击完成

第三步:等待部署完成。

第四步:配置 WordPress


第五步:绑定自定义域名
在资源列表选项卡中找到基础信息栏

输入自己的域名(因为部署在国内,需要使用已备案的域名)


完成后点击保存即可。
推荐阅读



One More Thing
立即体验腾讯云 Serverless Demo,获取 Serverless 新用户礼包,请在 PC 端访问:
serverless.cloud.tencent.com/start?c=wx20210412

欢迎进入千人 QQ 群 (871445853) 交流 Serverless!

Serverless 建站惊喜福利大派送!

建站计算资源云函数 SCF、文件存储 CFS、云原生数据库 TDSQL-C、内容分发 CDN、API 网关资源月月送。
点击 ? 「阅读原文」,查看领取惊喜福利!
本文分享自 ServerlessCloudNative 微信公众号,前往查看
如有侵权,请联系 cloudcommunity@tencent.com 删除。
本文参与 腾讯云自媒体同步曝光计划 ,欢迎热爱写作的你一起参与!