Commit 36b0a6a9 authored by JooHan Hong's avatar JooHan Hong

k8s,swarm storage update

parent ea790ea6
Pipeline #5233 passed with stages
in 46 seconds
......@@ -6,9 +6,10 @@
## Docker `Swarm`
Swarm은 단순하게 다음과 같이 volume을 명시해주면 된다.
Swarm은 단순하게 다음과 같이 volume을 명시해주고, Stack을 실행하면 된다.
```python
# cat docker-compose.yml
version: '3'
services:
hongsnet:
......@@ -79,6 +80,11 @@ volumes:
device: ":/WEB_DATA/NEWHONGSYSTEM/Web_editor/FILE"
```
```bash
# docker stack deploy --compose-file=docker-compose.yml web
```
## `K8s`
K8s는 Swarm과 다르게, 다음과 같이 PV(**persistentVolume**),PVC(**persistentVolumeClaim**)라는 Volume으로 진행해야 한다.
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment