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주차 과제] 인프라 problems #9

Open
1 task
choyeongju opened this issue Oct 22, 2024 · 0 comments
Open
1 task

[2주차 과제] 인프라 problems #9

choyeongju opened this issue Oct 22, 2024 · 0 comments
Assignees

Comments

@choyeongju
Copy link
Member

choyeongju commented Oct 22, 2024

TODO

  • 시험 끝나고 꼭 꼭 다 공부해볼 예정 !!!.!!

아래 인프라 문제를 그림을 그려 해결하세요

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

서버를 10개 띄울건데, 클라이언트는 하나의 주소로 우리 서버를 호출했으면 좋겠어요.

 

트래픽이 우루루 몰릴때, 10개의 서버가 균등하게 요청을 처리할 수 있을까요?

 

같은 형상의 서버를 n 개 (위에서는 10개) 띄우기위한 효과적인 방법은 무엇일까요?

 

특정 헤더를 인식하면, 정해진 도메인과 path 로 요청을 보내고싶어요

미미나 내용인 것 같아, 개인 서술 이슈에 자세하게 적어 놓았습니당!

 

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

 

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

 

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

 

@choyeongju choyeongju self-assigned this Oct 22, 2024
@choyeongju choyeongju changed the title [2주차 과제] 챌린지 과제 [2주차 과제] 인프라 problems Oct 29, 2024
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