Commit 91798257 authored by JooHan Hong's avatar JooHan Hong

swarm, update1

parent ceef4af8
Pipeline #5188 passed with stages
in 48 seconds
...@@ -292,7 +292,23 @@ services: ...@@ -292,7 +292,23 @@ services:
``` ```
> `global mode`를 사용한다. 이는 Front-End에 Load Balancer(HA-Proxy)로 구성된 구조에 따른 것이다. > `global mode`를 사용한다. 이는 Front-End에 Load Balancer(HA-Proxy)로 구성된 구조에 따른 것이다. 내역은 다음과 같다.
```python
deploy:
#mode: replicated
#replicas: 3
mode: global
```
또한 Manager(Leader) Node는 다음과 같이 제외한다.
```python
placement:
constraints: [node.hostname != TB2-DOCKER]
```
- **Docker Swarm Node status** - **Docker Swarm Node status**
...@@ -318,8 +334,3 @@ pfljlqixrepi monitor_grafana global 1/1 grafana/grafana:lates ...@@ -318,8 +334,3 @@ pfljlqixrepi monitor_grafana global 1/1 grafana/grafana:lates
hjsvav9409zy web_hongsnet global 3/3 registry.hongsnet.net/joohan.hong/docker/hongsnet:latest *:80->80/tcp hjsvav9409zy web_hongsnet global 3/3 registry.hongsnet.net/joohan.hong/docker/hongsnet:latest *:80->80/tcp
``` ```
# 위 과정을 동영상으로 보기
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