高哲技术博客 高哲技术博客
首页
编程
爬虫
运维
硬件
收藏
归档
关于

嘉美伯爵

前途光明,无需畏惧
首页
编程
爬虫
运维
硬件
收藏
归档
关于
  • 方案

    • 自动化部署方案
    • Java如何进行代码校验
    • 如何使用Github Action完成持续集成
    • 容器部署优化及问题总结
    • 主流的serverless对比
      • 说明
      • 冷启动
      • 阿里云serverless使用指南
      • 腾讯云serverless使用指南
      • openfass
      • 参考
    • 如何使用juicefs和minio存储数据
    • gitlab golang代码校验模版
    • 使用gost进行内网端口转发并配置jupyter notebook
    • 如何快速下载github资源和代码
    • 如何通过yaml文件生成protobuf
    • git操作使用整理
    • 监控架构建设方案
    • 自由之书在gitops下的实践
    • 隧道代理建设方案
    • golang内部私服建设方案
  • 数据库

  • 虚拟化

  • 自动化部署

  • 中间件

  • 可观测

  • 操作系统

  • 运维
  • 方案
fovegage
2023-06-08
目录

主流的serverless对比

# 说明

serverless 分为 事件函数和web函数

# 时间函数
接收时间

# web函数
接收 web 参数

serverless runtime 分为 官方定义的运行环境和自定义的docker镜像环境
1
2
3
4
5
6
7
8
9

# 冷启动

1. 冷启动
	1. 阿里云 使用 pre  end  等三个周期
2. 
1
2
3

# 阿里云serverless使用指南

# 阿里云serverless说明文档
https://help.aliyun.com/document_detail/179368.html

# 命令
s config add
s deploy

# 对于modelscope采用自定义镜像的形式部署
# modelscope+gpu部署  
https://github.com/devsapp/start-fc-gpu/tree/main/fc-http-gpu-inference-modelscope-nlp-chatyuan

# 冷启动
https://help.aliyun.com/document_detail/203027.htm
1
2
3
4
5
6
7
8
9
10
11
12
13

# 腾讯云serverless使用指南

腾讯云serverless client  scf
1

# openfass

开源openfass采用模版的形式进行部署
1

# 参考

  • Serverless介绍、使用、最佳实践 (opens new window)
#serverless
上次更新: 2023-07-12 18:04:47
容器部署优化及问题总结
如何使用juicefs和minio存储数据

← 容器部署优化及问题总结 如何使用juicefs和minio存储数据→

最近更新
01
token embed和postion embed
06-10
02
k8s pod日志排查问题
10-24
03
golang内部私服建设方案
10-21
更多文章>
Theme by Vdoing | Copyright © 2018-2025 嘉美伯爵 | 鲁ICP备20001560号-4
  • 跟随系统
  • 浅色模式
  • 深色模式
  • 阅读模式