Skip to content

Commit

Permalink
Create: devops
Browse files Browse the repository at this point in the history
  • Loading branch information
lingxyz committed Mar 25, 2022
1 parent 5779ce5 commit 820c0e2
Showing 1 changed file with 19 additions and 0 deletions.
19 changes: 19 additions & 0 deletions docs/devops.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,19 @@
# 部署

## 静态服务器
- http-server
```
> 注意 http-server 默认安装最新的版本 1.4.1 加载由内容的index.html会有问题。
> 可用版本为 http-server@0.9.0。
> 安装方式:npm install -g http-server@0.9.0
```

- Nginx

## 容器
- Docker
- Kubernetes

# 监控
- ELK
- Skywalking

0 comments on commit 820c0e2

Please sign in to comment.