Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

[2차 세미나] 인프라 #9

Open
ose0221 opened this issue Nov 15, 2024 · 0 comments
Open

[2차 세미나] 인프라 #9

ose0221 opened this issue Nov 15, 2024 · 0 comments

Comments

@ose0221
Copy link
Collaborator

ose0221 commented Nov 15, 2024

아래 인프라 문제를 그림을 그려 해결하고, 와인잔조원들에게 설명해주세요

  • 해결 방식 : 인프라 그림을 그려주세요.
  • 그리고 그림과 토론 내용들을 Forum 에 올려주세요.
요구사항 난이도 (⭐️ 5) keyword
서버를 10개 띄울건데, 클라이언트는 하나의 주소로 우리 서버를 호출했으면 좋겠어요. ⭐️ Proxy
트래픽이 우루루 몰릴때, 10개의 서버가 균등하게 요청을 처리할 수 있을까요? ⭐️⭐️ Load Balancing
같은 형상의 서버를 n 개 (위에서는 10개) 띄우기위한 효과적인 방법은 무엇일까요? ⭐️⭐️ docker
특정 헤더를 인식하면, 정해진 도메인과 path 로 요청을 보내고싶어요 ⭐️⭐️⭐️⭐️ L7 switch

Spring Boot Application 은 아무 설정하지 않는다면, 동시에 몇개의 요청을 처리할 수 있을까요?

  • 정답을 안다면

    그렇다면 무작정 tomcat thread 를 늘리면 좋은거 아닌가요?

    적정수의 thread 설정은 어떻게 하면 좋을까요?

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

1 participant