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

Create STUDY_Template.md #2

Merged
merged 6 commits into from
Feb 21, 2025
Merged

Create STUDY_Template.md #2

merged 6 commits into from
Feb 21, 2025

Conversation

MarkSon-42
Copy link
Member

스터디 가이드라인?? 템플릿?? 대강의 초안을 만들어 보았으나, 요구사항 맞게 수정 및 보완 예정

(이게 맞나..?)

참고로, 해당 버전에서 다음 사항 누락되었는데 이후 누군가 추가해줄 예정..


  1. 프로젝트 소개: 프로젝트의 목적과 개요를 명확히 설명하는 항목

  2. 진행 방식: 스터디 진행 방법, 일정, 참여 규칙 등을 상세히 기술하는 항목

  3. 기술 스택: 사용되는 기술이나 도구를 명시하세요. <- 깃허브에 아이콘 삽입 쉬우니까 그걸로 하면 될듯?

  4. 시각적 요소: 스크린샷, 관련 영상링크 등을 활용

스터디 가이드라인?? 템플릿?? 대강의 초안을 만들어 보았으나, 요구사항 맞게 수정 및 보완 예정
@MarkSon-42 MarkSon-42 added the documentation Improvements or additions to documentation label Feb 18, 2025
@MarkSon-42 MarkSon-42 requested a review from suhyenim February 18, 2025 10:18
yureutaejin

This comment was marked as duplicate.

Copy link
Member

@yureutaejin yureutaejin left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

잘 써진 거 같아요. 일단 머지하고 내일 중에 좀 회칙같은 거 좀 고치고 다시 pr올리는 방향으로...

  • Introduction에는 그냥 gpt 결과값 넣어도 될 거 같습니다

  • 진행방식은 더 자세히 안해도...

  • 기술스택 이 부분도 냅둬도 될듯

Comment on lines 81 to 93

### Season 2 : 25.05.06 ~ 25.07.02 : 홈 서버 구축 프로젝트 심화

| Week | Learning Content Title | Details of Learning Content | Completion |
|---------|-------------------------------|----------------------------------------------------|--------------|
| Week 9 | GitOps 기초와 Argo CD 설치 | - GitOps 개념 및 원칙 이해<br>- Argo CD 설치 및 기본 설정<br>- Git 저장소와 Argo CD 연동 | ✅ |
| Week 10 | Argo CD를 이용한 홈 서버 애플리케이션 배포 | - 홈 서버용 애플리케이션 매니페스트 작성<br>- Argo CD 프로젝트 및 애플리케이션 생성<br>- 자동 동기화 설정 및 배포 테스트 | ✅ |
| Week 11 | Istio 서비스 메시 기초 | - 서비스 메시 개념 이해<br>- Istio 아키텍처 학습<br>- 홈 서버 환경에 Istio 설치 | ✅ |
| Week 12 | Istio를 이용한 트래픽 관리 | - 홈 서버 서비스에 대한 가상 서비스 및 목적지 규칙 구성<br>- 트래픽 분할 및 카나리 배포 실습<br>- 서비스 간 통신 보안 설정 (mTLS) | ✅ |
| Week 13 | Envoy 프록시 기초 | - Envoy 프록시 아키텍처 이해<br>- 홈 서버 환경에 독립형 Envoy 프록시 설치<br>- 기본 라우팅 및 로드 밸런싱 구성 | ❌ |
| Week 14 | Envoy를 이용한 고급 트래픽 관리 | - 홈 서버 서비스에 대한 동적 라우팅 구성<br>- 속도 제한 및 서킷 브레이커 설정<br>- 접근 로그 구성 및 분석 | ❌ |
| Week 15 | 통합 모니터링 및 로깅 시스템 구축 | - Prometheus와 Grafana를 이용한 메트릭 수집 및 시각화<br>- ELK 스택을 이용한 로그 수집 및 분석<br>- Istio와 Envoy 메트릭/로그 통합 | ❌ |
| Week 16 | 프로젝트 완성 및 성능 최적화 | - 전체 시스템 통합 테스트<br>- 성능 병목 지점 식별 및 최적화<br>- 보안 취약점 검사 및 보완 | ❌ |
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Season 2 명시...?

Copy link
Member Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

아.. 일단 통으로 없애버리는게 맞겠다. 시즌단위가 디폴트이니

Comment on lines 276 to 285

다음은 홈서버 구축 관련 블로그 레퍼런스 5개입니다. 한번 읽어보시고, 더 좋은 추가할만한 자료가 있다면 PR을 통해 추가해주세요.

| 출처 | 제목 | 링크 |
|------|------|------|
| 해외 | How to Build a Home Server | [Acer Corner](https://blog.acer.com/en/discussion/1163/how-to-build-a-home-server) |
| 해외 | Building a full home server- the basics | [The smarthome journey](https://thesmarthomejourney.com/2021/09/06/home-server-basics-ansible/) |
| 해외 | How to get started building a Homelab server in 2025 | [Joe Karlsson](https://joekarlsson.com/2023/09/how-to-get-started-building-a-homelab-server-in-2024/) |
| 국내 | [홈서버] 홈서버 만들기 | [코딩 배우기 ㅋㅋ;; - 티스토리](https://learningcodingreal.tistory.com/64) |
| 국내 | [홈서버구축하기 1] 홈서버를 구축 한 이유 | [기록, 꾸준히 작성해보자](https://blog.ewq.kr/69) |
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

블로그도 넣어줘~

Copy link
Member Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

ㅋㅋㅋ 아 이걸 놓쳤네~

@suhyenim suhyenim removed their request for review February 20, 2025 09:10
MarkSon-42 and others added 3 commits February 20, 2025 22:13
1. 레퍼런스에 윤태 블로그 추가 
2. 소개글 추가
3. 문서 전반에 줄바꿈 태그 추가로 가독성 향상
Copy link
Member Author

@MarkSon-42 MarkSon-42 left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

review submit

@suhyenim suhyenim self-requested a review February 20, 2025 17:50
Copy link
Member

@suhyenim suhyenim left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

파일명을 README_TEMPLATE.md로 수정해주세요.

@MarkSon-42 MarkSon-42 merged commit 6716f6f into cloud-club:main Feb 21, 2025
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
documentation Improvements or additions to documentation
Projects
None yet
Development

Successfully merging this pull request may close these issues.

4 participants