Notice
Recent Posts
Recent Comments
Link
일 | 월 | 화 | 수 | 목 | 금 | 토 |
---|---|---|---|---|---|---|
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 | 31 |
Tags
- write Through
- 3AZ
- Round Robin
- S3
- AWS
- 정보처리기능사
- cloudwatch-agent
- Lambda
- access_log
- ASG
- CloudFormation
- APIGateway
- stateful
- Kubernetes
- cbt
- DNS
- SQS
- CodeBuild
- DaemonSet
- 쿠버네티스
- 유나인버거조인트
- CloudWatch
- CodePipeline
- server
- 해킹송
- istio
- Kinesis
- write back
- EKS
- CodeCommit
Archives
- Today
- Total
목록실습 (1)
cloud bee
AWS EKS 실습 입문( EKS 생성&연결, 도커 이미지 작성)
오늘은 EKS를 실습해 보도록 한다. 우선 EKS를 시작하기 전에 VPC, 서브넷, 라우팅 테이블, 인터넷 게이트웨이, 보안그룹 등 기본적인 네트워킹 설정을 한다. vpc.yml 파일로 stack을 작성하고 cloudformation을 통해 VPC를 생성하도록 한다. 아래는 vpc.yml에 기입할 내용이다. vpc.yml을 생성하고 파일 내용 안에 아래 코드들을 복붙 한다. Description: This template deploys a VPC, with a pair of public and private subnets spread across two Availability Zones. It deploys an internet gateway, with a default route on the publi..
AWS/kubernetes
2022. 10. 22. 21:22