Skip to content

Commit 4ace644

Browse files
committed
add loadbalacing
1 parent 9877dc2 commit 4ace644

4 files changed

Lines changed: 116 additions & 88 deletions

File tree

_data/pageMap.yml

Lines changed: 67 additions & 59 deletions
Original file line numberDiff line numberDiff line change
@@ -6,62 +6,6 @@
66
url: /wiki/2018년회고
77
updated: '2019-01-02 02:15:30 +0900'
88
children: []
9-
개발환경세팅:
10-
type: wiki
11-
title: 개발환경세팅
12-
summary: '새 PC 를 받았을때 개발환경 세팅방법 (Java, Spring 개발 기준)'
13-
parent: index
14-
url: /wiki/개발환경세팅
15-
updated: '2021-10-10 17:33:23 +0900'
16-
children: []
17-
기본적인내용:
18-
type: wiki
19-
title: 'Spring 기본적인 내용'
20-
summary: 'Spring 에 관련한 소소한 팁들을 정리합니다.'
21-
parent: Spring
22-
url: /wiki/기본적인내용
23-
updated: '2018-11-07 09:56:27 +0900'
24-
children: []
25-
데이터조직:
26-
type: wiki
27-
title: 데이터조직
28-
summary: '데이터 조직 만들기'
29-
parent: 조직관리
30-
url: /wiki/데이터조직
31-
updated: '2022-07-04 02:00:32 +0900'
32-
children: []
33-
성능튜닝:
34-
type: wiki
35-
title: 성능튜닝
36-
summary: 'Java Application (Spring) 성능 튜닝에 대해서'
37-
parent: DevOps
38-
url: /wiki/성능튜닝
39-
updated: '2020-11-05 01:19:08 +0900'
40-
children: []
41-
연말정산:
42-
type: wiki
43-
title: 연말정산
44-
summary: 'mac에서 연말정산 해보자.'
45-
parent: index
46-
url: /wiki/연말정산
47-
updated: '2020-01-20 17:46:58 +0900'
48-
children: []
49-
정규식:
50-
type: wiki
51-
title: 정규식
52-
summary: 정규식
53-
parent: index
54-
url: /wiki/정규식
55-
updated: '2021-05-25 21:42:09 +0900'
56-
children: []
57-
조직관리:
58-
type: wiki
59-
title: 조직관리
60-
summary: '조직관리에 유용한 정보 정리'
61-
parent: index
62-
url: /wiki/조직관리
63-
updated: '2022-11-09 10:06:12 +0900'
64-
children: [데이터조직]
659
Airflow:
6610
type: wiki
6711
title: Airflow
@@ -173,7 +117,7 @@ DevOps:
173117
parent: index
174118
url: /wiki/DevOps
175119
updated: '2018-12-03 19:31:45 +0900'
176-
children: [성능튜닝, Docker, haproxy, Jvm, Linux]
120+
children: [Docker, haproxy, Jvm, Linux, LoadBalancing, 성능튜닝]
177121
Docker:
178122
type: wiki
179123
title: Docker
@@ -340,7 +284,7 @@ k8s:
340284
summary: Kubernetes
341285
parent: Infra
342286
url: /wiki/k8s
343-
updated: '2023-01-19 11:08:01 +0900'
287+
updated: '2023-02-16 14:11:10 +0900'
344288
children: []
345289
Kafka:
346290
type: wiki
@@ -374,6 +318,14 @@ Linux:
374318
url: /wiki/Linux
375319
updated: '2019-12-26 14:42:13 +0900'
376320
children: []
321+
LoadBalancing:
322+
type: wiki
323+
title: LoadBalancing
324+
summary: ""
325+
parent: DevOps
326+
url: /wiki/LoadBalancing
327+
updated: '2024-04-02 17:10:57 +0900'
328+
children: []
377329
Logging:
378330
type: wiki
379331
title: 'Spring Logging'
@@ -493,7 +445,7 @@ Spring:
493445
parent: index
494446
url: /wiki/Spring
495447
updated: '2018-09-05 09:22:27 +0900'
496-
children: [기본적인내용, Async, Bean_Validation, BeanScope, initSpring, JPA, Logging, Spring_Boot, Spring_Boot_Actuator, Spring_Cloud, Spring_Test, Spring-Batch, WebFlux]
448+
children: [Async, Bean_Validation, BeanScope, initSpring, JPA, Logging, Spring_Boot, Spring_Boot_Actuator, Spring_Cloud, Spring_Test, Spring-Batch, WebFlux, 기본적인내용]
497449
Spring_Boot:
498450
type: wiki
499451
title: 'Spring Boot'
@@ -598,3 +550,59 @@ XSS:
598550
url: /wiki/XSS
599551
updated: '2018-10-29 13:02:42 +0900'
600552
children: []
553+
개발환경세팅:
554+
type: wiki
555+
title: 개발환경세팅
556+
summary: '새 PC 를 받았을때 개발환경 세팅방법 (Java, Spring 개발 기준)'
557+
parent: index
558+
url: /wiki/개발환경세팅
559+
updated: '2021-10-10 17:33:23 +0900'
560+
children: []
561+
기본적인내용:
562+
type: wiki
563+
title: 'Spring 기본적인 내용'
564+
summary: 'Spring 에 관련한 소소한 팁들을 정리합니다.'
565+
parent: Spring
566+
url: /wiki/기본적인내용
567+
updated: '2018-11-07 09:56:27 +0900'
568+
children: []
569+
데이터조직:
570+
type: wiki
571+
title: 데이터조직
572+
summary: '데이터 조직 만들기'
573+
parent: 조직관리
574+
url: /wiki/데이터조직
575+
updated: '2022-07-04 02:00:32 +0900'
576+
children: []
577+
성능튜닝:
578+
type: wiki
579+
title: 성능튜닝
580+
summary: 'Java Application (Spring) 성능 튜닝에 대해서'
581+
parent: DevOps
582+
url: /wiki/성능튜닝
583+
updated: '2020-11-05 01:19:08 +0900'
584+
children: []
585+
연말정산:
586+
type: wiki
587+
title: 연말정산
588+
summary: 'mac에서 연말정산 해보자.'
589+
parent: index
590+
url: /wiki/연말정산
591+
updated: '2020-01-20 17:46:58 +0900'
592+
children: []
593+
정규식:
594+
type: wiki
595+
title: 정규식
596+
summary: 정규식
597+
parent: index
598+
url: /wiki/정규식
599+
updated: '2021-05-25 21:42:09 +0900'
600+
children: []
601+
조직관리:
602+
type: wiki
603+
title: 조직관리
604+
summary: '조직관리에 유용한 정보 정리'
605+
parent: index
606+
url: /wiki/조직관리
607+
updated: '2022-11-09 10:06:12 +0900'
608+
children: [데이터조직]

_data/tagList.yml

Lines changed: 5 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,3 @@
1-
- 성능
2-
- '연말정산,공인인증서'
3-
- '조직관리,Data'
4-
- 회고
51
- action
62
- agile
73
- 'airflow,'
@@ -51,6 +47,7 @@
5147
- kotlin
5248
- 'kotlin,kia,kotlin'
5349
- kubernetes
50+
- 'LB,LoadBalancing'
5451
- linux
5552
- logstash
5653
- manager
@@ -96,3 +93,7 @@
9693
- webflux
9794
- xss
9895
- y
96+
- 성능
97+
- '연말정산,공인인증서'
98+
- '조직관리,Data'
99+
- 회고

_data/tagMap.yml

Lines changed: 27 additions & 25 deletions
Original file line numberDiff line numberDiff line change
@@ -1,40 +1,24 @@
11
회고:
22
- {fileName: 2018년회고}
3+
'airflow,':
4+
- {fileName: Airflow}
5+
datapipline:
6+
- {fileName: Airflow}
7+
android:
8+
- {fileName: Android}
9+
architecture:
10+
- {fileName: Architecture}
11+
- {fileName: MSA}
312
'spring,':
4-
- {fileName: 기본적인내용}
5-
- {fileName: 성능튜닝}
613
- {fileName: Async}
714
- {fileName: Bean_Validation}
815
- {fileName: BeanScope}
916
- {fileName: initSpring}
1017
- {fileName: Spring_Boot}
1118
- {fileName: Spring-Batch}
1219
- {fileName: WebFlux}
13-
tip:
1420
- {fileName: 기본적인내용}
15-
'조직관리,Data':
16-
- {fileName: 데이터조직}
17-
'java,':
18-
- {fileName: 성능튜닝}
19-
- {fileName: Interface}
20-
- {fileName: PostContrunct}
21-
성능:
2221
- {fileName: 성능튜닝}
23-
'연말정산,공인인증서':
24-
- {fileName: 연말정산}
25-
regex:
26-
- {fileName: 정규식}
27-
manager:
28-
- {fileName: 조직관리}
29-
'airflow,':
30-
- {fileName: Airflow}
31-
datapipline:
32-
- {fileName: Airflow}
33-
android:
34-
- {fileName: Android}
35-
architecture:
36-
- {fileName: Architecture}
37-
- {fileName: MSA}
3822
'async,':
3923
- {fileName: Async}
4024
task_executor:
@@ -89,6 +73,10 @@ infra:
8973
- {fileName: Infra}
9074
springboot:
9175
- {fileName: initSpring}
76+
'java,':
77+
- {fileName: Interface}
78+
- {fileName: PostContrunct}
79+
- {fileName: 성능튜닝}
9280
'oop,':
9381
- {fileName: Interface}
9482
interface:
@@ -128,6 +116,8 @@ action:
128116
- {fileName: Kotlin_In_Action}
129117
linux:
130118
- {fileName: Linux}
119+
'LB,LoadBalancing':
120+
- {fileName: LoadBalancing}
131121
slf4j:
132122
- {fileName: Logging}
133123
logstash:
@@ -214,3 +204,15 @@ webflux:
214204
- {fileName: XSS}
215205
xss:
216206
- {fileName: XSS}
207+
tip:
208+
- {fileName: 기본적인내용}
209+
'조직관리,Data':
210+
- {fileName: 데이터조직}
211+
성능:
212+
- {fileName: 성능튜닝}
213+
'연말정산,공인인증서':
214+
- {fileName: 연말정산}
215+
regex:
216+
- {fileName: 정규식}
217+
manager:
218+
- {fileName: 조직관리}

_wiki/LoadBalancing.md

Lines changed: 17 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,17 @@
1+
---
2+
layout : wiki
3+
title : LoadBalancing
4+
summary :
5+
date : 2024-04-02 17:09:52 +0900
6+
updated : 2024-04-02 17:10:57 +0900
7+
tags : LB,LoadBalancing
8+
toc : true
9+
public : true
10+
parent : DevOps
11+
latex : false
12+
---
13+
* TOC
14+
{:toc}
15+
16+
## 참고문서
17+
* [Visualising Load Balancing](https://samwho.dev/load-balancing/)

0 commit comments

Comments
 (0)