Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Support
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
J
joohanhong
Project
Project
Details
Activity
Releases
Cycle Analytics
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Issues
0
Issues
0
List
Boards
Labels
Milestones
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Charts
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Charts
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
JooHan Hong
joohanhong
Commits
91798257
Commit
91798257
authored
Mar 12, 2021
by
JooHan Hong
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
swarm, update1
parent
ceef4af8
Pipeline
#5188
passed with stages
in 48 seconds
Changes
1
Pipelines
1
Show whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
17 additions
and
6 deletions
+17
-6
README.md
DOCKER/SWARM/README.md
+17
-6
No files found.
DOCKER/SWARM/README.md
View file @
91798257
...
...
@@ -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**
...
...
@@ -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
```
# 위 과정을 동영상으로 보기
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment