Skip to content

Commit

Permalink
modified image size
Browse files Browse the repository at this point in the history
  • Loading branch information
butteryoon committed Dec 29, 2023
1 parent a6897a6 commit f82c4d7
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion _posts/2023-12-23-iptables_lb.md
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@ categories: tools

서비스 포트는 8081 하나로 구성되는 환경이 외부에 노출된 API 서버 인터페이스로 서비스 요청이 되면 로컬 서버 포트로 전달하여 서비스하는 환경에서 적용된다.

![process loadbalnce]({{site.baseurl}}/assets/img/process_lb.png){:height="80px" width="100px"}
![process loadbalnce]({{site.baseurl}}/assets/img/process_lb.png)

일반적으로 로컬에서 자기 자신의 IP로 접근하는 경우 라우팅 테이블을 거치지 않고 로컬 루프백(lo) 인터페이스로 바로 전달되기 때문에 아래와 같이 로컬 포워딩 설정을 한다.

Expand Down

0 comments on commit f82c4d7

Please sign in to comment.