#1.Summary. 유용하게 쓰고 있는 Stern. 아래는 Stern Github에 설명하는 멘트.What is Stern?Stern allows you to tail multiple pods on Kubernetes and multiple containers within the pod. Each result is color coded for quicker debugging.The query is a regular expression or a Kubernetes resource in the form / so the pod name can easily be filtered and you don't need to specify the exact id (for instance omitting the depl..
#Container/#Kubenetes
#1.Summary.K8S 관련 업무를 보면서 CronHPA에 대해 알게 되었다. CronHPA, Karpenter, Cluster AutoScaler, Keda 등 자동 스케일링 도구들이 많지만 이번 글에서는 CronHPA에 대해서 언급하고 나머지들은 추후 다른 글에서 언급하겠다. #2.Purpose & Result. 1.야간 및 주말 트랜잭션 유입 최소 시간에 자원 사용량 최적화를 위한 스케줄러 적용.2.각 시스템 Pod, 즉 컨테이너 개수를 최소화하여 Node 개수를 줄여 비용 절감. 다시 말해, EKS 노드는 EC2 서버로 기동되며, Node 1개 감소는 EC2 서버 1대 감소와 동일.3.서비스 트랜잭션 유입 적은 시간대 CronHPA 기능을 이용한 스케쥴러 적용.4.Pod HPA Min/Max..
1.Summary.하나씩 경험해 왔던 걸 간단하게라도 작성해볼 생각이다. 2.Main상황 : AWS Console에서 EKS 리소스 조회 불가. 사실 위 같은 Message 말고도 내 기억에는 다른 Message 였던 거 같은데.. a.kubectl이 설정되어 있는 서버 접속.b. kubectl edit cm/aws-auth -n kube-system MapRole로 사용하냐, MapUser로 사용하냐의 차이가 있긴 한데 어떤 방법이든 상관없다. # Please edit the object below. Lines beginning with a '#' will be ignored,# and an empty file will abort the edit. If an error occurs while savi..