https://github.com/soulee-dev/k8s
Kubernetes
https://github.com/soulee-dev/k8s
Last synced: 4 months ago
JSON representation
Kubernetes
- Host: GitHub
- URL: https://github.com/soulee-dev/k8s
- Owner: soulee-dev
- License: mit
- Created: 2025-08-17T13:23:55.000Z (10 months ago)
- Default Branch: main
- Last Pushed: 2026-02-09T15:27:10.000Z (4 months ago)
- Last Synced: 2026-02-09T19:49:55.018Z (4 months ago)
- Language: Python
- Size: 841 KB
- Stars: 0
- Watchers: 0
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# Kubernetes (k8s)
언젠가는 쿠버네티스를 제대로 공부해봐야겠다고 생각했는데,
2023년 군대 가기 전에 사둔 강의조차 아직 끝내지 못했다.
그래서 이번엔 아예 처음부터 다시,
강의를 정리하면서 중간중간 직접 hands-on으로 클러스터를 구축해보려고 한다.
## 타임라인
- 2025.08.17 - 학습 시작
## 잡소리
Udemy 강의 Progress를 초기화 하는 방법이 없나 찾아봤는데, [Reddit](https://www.reddit.com/r/Udemy/comments/k1iiqg/reset_course_progress/)에서 좋은 방법을 알려줬다.
Course에 있는 모든 탭을 열고, 아래 코드를 개발자 콘솔에서 실행하면 된다.
```js
document.querySelectorAll('li input[type=checkbox]:checked').forEach((box, i) => setTimeout(() => box.click(), i * 50));
```
## Daily Metrics

