Dev(61)
-
Helm too slow
https://github.com/helm/helm/issues/6027 helm repo add sometimes hangs · Issue #6027 · helm/helm Recently I have been having an issue with the command helm repo add jenkinsx http://chartmuseum.jenkins-x.io which is being run every time I start an app to make sure it is added I guess. Probably ... github.com helm repo add nginx-stable https://helm.nginx.com/stable helm repo add nginx-stable https..
2021.11.01 -
코멘토 DevOps 부트캠프 후기
안녕하세요 제 취업을 도와준 고마운 코멘토 직무부트캠프 후기 적어봅니다. 저는 29살에 재취업을 결심하고 회사를 나왔어요. 30살에 클라우드로 먹고사는 IT회사에 DevOps팀으로 취업을 성공했어요. 취준할 때 다들 힘들잖아요. 처음에는 학원없이도 혼자서 잘 할수 있을거같다가 한두번 실패하면 도움을 받아야겠다는 생각도 들고 그런데 학원이나 전문적인 도움을 주는곳은 가격이 너무 비싸기도 하구요. 저는 페이스북 생활코딩에서 멘토님을 먼저 만났어요. 프로필이나 댓글 달아주신것들 보면서 믿음이 갔구요. 코멘토에 직무부트캠프를 진행하신다는것을 알고 망설임없이 등록했어요. (사실 조금 망설이다가 얼리버드 할인을 놓쳤어요) 학원에 비해 저렴한 가격에 무엇보다 devops라는 분야를 경험할 수 있다는게 가장 컸죠. D..
2021.05.30 -
pg_config executable not found
pg_config executable not found in docker flask에서 psycopg2를 사용하고 도커 이미지화 하는 과정에서 에러가 발생 stackoverflow.com/questions/11618898/pg-config-executable-not-found pg_config executable not found I am having trouble installing psycopg2. I get the following error when I try to pip install psycopg2: Error: pg_config executable not found. Please add the directory containing pg_config to the ... stackoverflow..
2021.01.30 -
프로메테우스 그라파나 대시보드 템플릿 적용해보기 (prometheus, grafana)
프로메테우스는 오픈소스 모니터링 서비스입니다. 이 프로메테우스에서 가져온 정보들을 그라파나(grafana)라는 시각화, 대시보드 서비스를 이용해서 보려고 합니다. grafana.com/grafana/dashboards Grafana Dashboards - discover and share dashboards for Grafana. Grafana.com provides a central repository where the community can come together to discover and share dashboards. grafana.com 저는 첫화면에 있는 Prometheus Node Exporter Full이라는 대시보드를 사용해보겠습니다. 클릭하면 이런 화면으로 넘어가고 Download..
2021.01.21 -
이상적인 DevOps 프로세스란?
Keep in mind that even organizations that have highly mature CI/CD environments still need to continuously improve their pipelines. 소스 - 빌드 - 스테이징 - 프로덕션 Continuous integration - source and build The first phase in the CI/CD journey is to develop maturity in continuous integration. 첫 단계, CI/CD 여정의, CI를 성숙하게 하는 것 모든 개발자가 규칙적으로 커밋하고, 모든 코드 변화를 머지하고 혼자만의 코드를 가진 개발자가 없게하고 등등 깃에 푸시하기전에 유닛테스트하고 do! un..
2021.01.19 -
DevOps의 모범사례 6가지
1. 지속적 통합 (Continuous Integration) 2. 지속적 전달 (Continuous Delivery) 3. 마이크로 서비스(Micro Service, MSA) 4. 코드형 인프라 (Infrastructure as Code, IaC) 5. 모니터링 및 로깅 6. 커뮤니케이션 및 협업
2021.01.17