Dev(74)
-
eks ingress로 alb 생성 실패 해결 과정
상황: 새로 만든 eks 클러스터에 기존에 잘 동작하던 ingress yaml 파일을 apply 했는데 alb가 생성이 안됩니다. 해결: ingress yaml 파일 공유 요청 -> 다른 클러스터에서는 잘 작동했음 오류 내용을 못찾겠음 -> 이벤트 확인 명령어 공유 kubectl get events -n kubectl get events --sort-by='.lastTimestamp' -n kube-system -> 확인 된 에러 메시지 failed load groupID due to invalid ingress class: IngressClass.networking.k8s.io “alb” not found -> alb라는 ingress class 를 못찾는다? -> aws-load-balancer-co..
2022.05.11 -
eks nlb route by port with nginx-ingress
상황: eks에서 application마다 service type을 LoadBalancer로 설정해서 app 개수만큼의 nlb를 사용중입니다. 하나의 nlb에서 port로 routing해서 deployment로 배포된 여러 app을 사용하고 싶습니다. 진행: nlb(network load balancer) 자체로 port routing이 가능한 지는 모르겠습니다. 검색 중에 https://kubernetes.github.io/ingress-nginx/user-guide/exposing-tcp-udp-services/ Exposing TCP and UDP services - NGINX Ingress Controller Exposing TCP and UDP services Ingress does not su..
2022.04.07 -
Metaverse 메타버스에 대한 인사이트
https://twitter.com/shaanvp/status/1454151237650112512?s=21&fbclid=IwAR3ZHHQRUAb4c6-WpFd1iAayfIbqN0V6OtJwpnVPCZYTg83rc-aARXpUBEo Shaan Puri on Twitter “Hot take: Everyone is wrong about the Metaverse. here's my 3 part theory..” twitter.com 정답은 아닐 수 있지만 굉장한 통찰력을 가지고 있다고 느껴짐 Hot take: Everyone is wrong about the Metaverse. here's my 3 part theory.. Part I - Everyone is wrong Most people think "the..
2021.11.04 -
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 -
2021 KAKAO BLIND : 카드 짝 맞추기 (프로그래머스)
programmers.co.kr/learn/courses/30/lessons/72415 코딩테스트 연습 - 카드 짝 맞추기 [[1,0,0,3],[2,0,0,0],[0,0,0,2],[3,0,1,0]] 1 0 14 [[3,0,0,2],[0,0,1,0],[0,1,0,0],[2,0,0,3]] 0 1 16 programmers.co.kr 굉장히 삽질을 많이하고 문제가 더럽고 시간초과가 계속나서 PS 갤러리에가서 질문까지해서 해결했습니다. gall.dcinside.com/mgallery/board/view/?id=ps&no=12360&page=1 2021 카카오 코테 카드 짝 맞추기 풀다가 막혔는데 질문좀 - PS 갤러리 https://programmers.co.kr/learn/courses/30/lessons/7..
2021.02.23