eks
-
couldn't get current server API group list: the server has asked for the client to provide credentials카테고리 없음 2023. 8. 9. 10:41
kubectl은 Kubernetes 클러스터와 상호 작용하기 위한 커맨드 라인 도구입니다. Kubernetes는 컨테이너 오케스트레이션 플랫폼으로, 복잡한 컨테이너 기반 애플리케이션을 관리하고 배포하기 위한 기능을 제공합니다. kubectl은 이러한 Kubernetes 클러스터를 다루는데 사용되며, 클러스터 관리자, 개발자, 운영팀 등이 컨테이너화된 애플리케이션을 관리하고 제어하기 위해 사용됩니다. 여러 가지 작업을 수행할 수 있는 kubectl 명령어가 있습니다: Pod 관리: kubectl create: 새로운 리소스 생성. kubectl get: 리소스 목록 조회. kubectl describe: 리소스 상세 정보 조회. kubectl logs: Pod의 로그 조회. Deployment 및 서비스 ..
-
error: You must be logged in to the server (the server has asked for the client to provide credentials)카테고리 없음 2022. 6. 24. 17:16
#에러메시지 aws eks build error error: You must be logged in to the server (the server has asked for the client to provide credentials) 해결 kubectl edit -n kube-system configmap/aws-auth - groups: - system:masters rolearn: arn:aws:iam::214124124:role/role-codebuild-124 username:role-codebuild-124
-
external-dns카테고리 없음 2022. 6. 24. 15:55
apiVersion: v1 kind: ServiceAccount metadata: name: external-dns # If you're using Amazon EKS with IAM Roles for Service Accounts, specify the following annotation. # Otherwise, you may safely omit it. annotations: # Substitute your account ID and IAM service role name below. # eks.amazonaws.com/role-arn: arn:aws:iam::124124124:role/eks--dns --- apiVersion: rbac.authorization.k8s.io/v1 kind: Clu..
-
aws-load-balancer-controller 설치카테고리 없음 2022. 6. 22. 13:47
aws eks aws-load-balancer-controller 설치 방법 AWS Load Balancer Controller 추가 기능 출처 https://oops4u.tistory.com/2586 아래와 같이 진행 ------------------------------- eksctl utils associate-iam-oidc-provider \ --region ap-northeast-2 \ --cluster eks-name \ --approve curl -o iam-policy.json https://raw.githubusercontent.com/kubernetes-sigs/aws-load-balancer-controller/main/docs/install/iam_policy.json aws ia..
-
Amazon EKS 1.22 ingress카테고리 없음 2022. 6. 9. 09:20
apiVersion: networking.k8s.io/v1 kind: Ingress metadata: namespace: game-2048 name: ingress-2048 annotations: alb.ingress.kubernetes.io/certificate-arn: arn:aws:acm:ap-northeast-2:124124124124:certificate/125125124sadf alb.ingress.kubernetes.io/ssl-policy: ELBSecurityPolicy-2016-08 alb.ingress.kubernetes.io/listen-ports: '[{"HTTP": 80}, {"HTTPS":443}]' alb.ingress.kubernetes.io/actions.ssl-redir..