Dev(61)
-
EKS에 CLB, NLB, ALB 만들기, AWS Load Balancer Controller 사용
AWS EKS에서 AWS Load Balancer Controller를 사용해 CLB(Classic Load Balancer), NLB(Network Load Balancer), ALB(Application Load Balancer)를 만들어 보겠습니다. AWS Load Balancer Controller란? Elastic Load Balancer를 Kubernetes cluster에서 관리하도록 도와주는 컨트롤러 전에는 AWS ALB Ingress Controller 라는 이름으로 불렸으며 지금은 AWS Load Balancer Controller라는 이름으로 변경했습니다. 크게 두 가지 기능을 합니다. 1. Kubernetes Ingress 리소스에서 Application Load Balancer를 ..
2023.04.09 -
Kubernetes Dashboard Token Expired Issue
This article describes an error that occurs when installing the Kubernetes dashboard on Kubernetes 1.24 and how to fix it. 1. Error getting a token to log in to kube-dashboard As of Kubernetes 1.24, creating a service account does not generate a token as secret. What happend kubectl get sa token to login dashboard error: error executing template "{{.data.token | base64decode}}": template: output..
2023.03.21 -
eksctl pods are unevictable from node 에러 해결하기
aws eks를 eksctl로 구성한 eks를 delete 하던 중 1 pods are unevictable from node ip-192-168-49-32.ap-northeast-2.compute.internal 에러가 발생해서 클러스터 삭제가 안되는 상황 검색해보니 poddisruptionbudget 을 지워주면 된다고 합니다. https://veducate.co.uk/delete-eks-fails-cannot-evict-pod/
2023.02.28 -
Kubernetes Pod Warning: 1 node(s) had volume node affinity conflict
Kubernetes Pod Warning: 1 node(s) had volume node affinity conflict Kubernetes Pod Warning: 1 node(s) had volume node affinity conflict I try to set up Kubernetes cluster. I have Persistent Volume, Persistent Volume Claim and Storage class all set-up and running but when I wan to create pod from deployment, pod is created but it ha... stackoverflow.com Warning FailedScheduling 3m14s (x3 over 7m7..
2023.02.22 -
2023년 AWS 시험 프로모션 코드
AWS 자격증 시험 프로모션 코드 두 개입니다. 첫 번째는 무료 재시험 두 번째는 AWS Professional 50% 할인입니다. AWS Certified DevOps Engineer - Professional (DOP) AWS Certified Solutions Architect - Professional (SAP) 코드 동시에 사용은 안 되는 것 같습니다. AWS Certified Developer – Associate 시험은 2023년 2월 28일에 변경됩니다. 현재 시험에 응시할 수 있는 마지막 날짜는 2023년 2월 27일입니다. AWS Certified DevOps Engineer - Professional 시험은 2023년 3월 7일에 변경됩니다. 현재 시험에 응시할 수 있는 마지막 날짜는..
2023.02.20 -
AWS DevOps Professional 취득 후기
AWS DevOps Professional이란? AWS Professional 자격증 중 하나로 Associate Developer와 SysOps의 상위 자격증입니다. 예전에는 어쏘가 있어야 응시 가능했지만, 지금은 상관없이 응시 가능합니다. DevOps Professional을 줄여서 DOP라고 하고 제가 본 시험은 DOP-C01 (또는 DOP-001)입니다. AWS Certified DevOps Engineer - Professional 시험은 2023년 3월 7일에 DOP-C02로 변경됩니다. 자세한 내용은 아래 링크를 확인하세요. https://aws.amazon.com/ko/certification/certified-devops-engineer-professional/ AWS Certified ..
2023.02.19