Recent posts

[Git] author 변경 방법

less than 1 minute read

방법 python3 -m pip install --user git-filter-repo mailmap 파일 생성 name <${new mail address}> <${old mail address}> ex ...

[Kubernetes] Klog

less than 1 minute read

설명 https://kubernetes.io/ko/docs/concepts/cluster-administration/system-logs/ 쿠버네티스의 로깅 라이브러리 https://github.com/kubernetes/klog glog 이...