일 | 월 | 화 | 수 | 목 | 금 | 토 |
---|---|---|---|---|---|---|
1 | 2 | 3 | 4 | 5 | ||
6 | 7 | 8 | 9 | 10 | 11 | 12 |
13 | 14 | 15 | 16 | 17 | 18 | 19 |
20 | 21 | 22 | 23 | 24 | 25 | 26 |
27 | 28 | 29 | 30 |
Tags
- test #비교
- function #사용자 정의 함수
- EFK
- Excel #엑셀
- 오블완
- Python #pakage
- Kafka #카프카
- 백준 #10430
- publishnotreadyaddress
- Linux #wc
- dump #jattach
- 티스토리챌린지
- dify
- DB #mariaDB #SQL
- Grid #CSS
- lenova #레노버 #노트북
- jmap #jstack
- lvm #lv #vg #pv
- OCP
- shell #shell script
- bootstrap #css #CSS
- Node #POD #Container
- PODS #POD #pods #pod #파드 #재기동 #롤링재기동 #rolling
- 네트워크 #NW
- jgrp000032 #ocp #
- istio #k8s #kubernetes
- NameSpace #NS
- CI #CD #CI/CD
- Swap Memory
- EKS
Archives
- Today
- Total
목록EKS (1)
BEOM_IT
EKS 클러스터 구성
사전준비 1.Bastion 서버 접속 1-1 적절한 사용자 권한이 있는 계정 (AutoScalingRole 생성 및 조회,CloudFormation 생성 권한 등) 2.AWS 프로파일 설정 2-1 --profile 옵션을 인식할 수 있게 신규 구성 클러스터에 대한 프로파일 등록 2-2 vi ~/.aws/config 에서 프로파일 추가 [profile [계정명]] role_arn = [arn정보] source_profile = security region = ap-northeast-2 output = json CLI 설정 확인법 aws sts get-caller-identity --profile [계정명] 명령어 실행시 JSON형태의 UserId,Accout,Arn 정보가 보이면 정상 3.AWS 명령어 이..
Cloud/AWS
2023. 7. 18. 13:10