-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
Showing
7 changed files
with
56 additions
and
39 deletions.
There are no files selected for viewing
This file was deleted.
Oops, something went wrong.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,15 @@ | ||
## 오늘 찾아본 링크 | ||
|
||
1. [gcp cloud monitoring agent](https://cloud.google.com/stackdriver/docs/solutions/agents/ops-agent/installation?hl=ko) | ||
|
||
## 공부한 내용 | ||
|
||
### gcp cloud monitoring 작업 agent 설치하기 | ||
|
||
gcp compute engine에 cpu,memory등을 모니터링하기 위해 작업 에이전트를 설치하는 것을 진행했다.<br/> | ||
기존에 있던 설치를 했었지만 설치했던 인스턴스의 권한이 writer로 되어 있어 어떤 권한이 필요한지를 몰랐다<br/> | ||
오늘 다시 설치 해보면서 어떤 권한이 필요한지에 대해서 약간이나마 파악할 수 있었다.<br/> | ||
필요한 권한은 모니터링 측정항목 작성자,로그 작성자 이렇게 필요한 것을 알 수 있었다.<br/> | ||
작업 agent를 설치하게 되면 opentelmetry와 fluentd-bit가 설치 되는 것을 확인할 수 있었다.<br/> | ||
opentelmetry를 통해 메트릭을 수집하고 fluentd-bit를 통해 로그를 수집하는 것으로 파악했다.<br/> | ||
이 과정을 통해 작업 에이전트 설치를 잘 할 수 있었던 거 같다. |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,14 @@ | ||
## 오늘 찾아본 링크 | ||
|
||
1. [gitlab cicd](https://docs.gitlab.com/ee/ci/) | ||
|
||
## 공부한 내용 | ||
|
||
### gitlab cicd pipline 공식 문서 읽기 | ||
|
||
추후 회사에서 gitlab cicd를 사용할 예정이기에 어떻게 사용할지 알아보고자 공식문서를 읽었다<br/> | ||
공식 문서에서 오늘은 2 파트를 읽었다. 그것은 바로 variable 과 testing부분이다.<br/> | ||
variable에 경우 gitlab에서 제공해주는 다양한 변수들이 있는데 이를 활용해서 다양한 것들을 할 수 있겠다라는 결과를 얻었다<br/> | ||
그 이유는 project id, branch name 등을 변수로 제공해주고 있기에 이를 가지고 gitlab api를 활용하면 다양한 결과물을 만들 수 있겠다는 생각이 들었다.<br/> | ||
testing을 보면서 부하테스트, 코드 커버리지, 코드 정적 분석 등 다양한 testing을 시도할 수 있겠다라는 생각을 할 수 있었다.<br> | ||
추후에 이에 대한 demo코드를 만들어서 실행해봐야겠다. |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,10 @@ | ||
## 오늘 찾아보 링크 목록 | ||
|
||
1. [jira smart commit message](https://www.lesstif.com/pages/viewpage.action?pageId=51282248) | ||
|
||
## 공부한 내용 | ||
|
||
### gitlab jira smart commit message | ||
|
||
gitlab 과 jira를 연동하여 사용해봤다. | ||
jira 이슈와 gitlab을 api token을 활용해 연동했고 이슈번호를 가지고 커밋메시지를 <br/>활용해 워크플로우를 변동하는 것을 해보았다. |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,11 @@ | ||
## 오늘 찾아보 링크 목록 | ||
|
||
1. [terraform tutorial](https://learn.hashicorp.com/collections/terraform/gcp-get-started) | ||
|
||
## 공부한 내용 | ||
|
||
### Terraform 기초 | ||
|
||
테라폼은 하시코프 사에서 만든 | ||
infrastructure를 코드로 관리할 수 있게 해준 툴입니다. <br/>또한, | ||
사람이 읽을 수 있는 언어로 구성되어 있다는 것을 알게 되었다. |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,5 @@ | ||
## 오늘 찾아보 링크 목록 | ||
|
||
[performance testing best practice](https://medium.com/@techpj/backend-performance-testing-best-practices-ba526a30ec19) | ||
|
||
## 공부한 내용 |