Kubernetes에서 AWS Application Load Balancer Ingress 설정(튜토리얼)
## cluster.yaml
## make create_cluster 실행
## 구동할 APP
## foo-app
## bar-app
## ingress.yaml
## 문서 참고
## make enable_iam_sa_provider 실행 (eksctl ~~ 실행 할것)
## make create_cluster_role 실행 (kubectl apply ~~ 실행 할것)
## rbac-role.yaml 내용 확인
## STEP.4
## make create_iam_policy 실행
## make create_service_account 실행
## STEP.5
## make deploy_cert_manager 실행
## 문서 참고
- cluster-name 수정 할것
## make deploy_ingress_controller 실행
## STEP.6
## make deploy_application 실행
## 콘솔에서 확인
## Route53 설정
## ALB 상태 확인
## 브라우저 테스트
https://github.com/RobinNagpal/kubernetes-tutorials/tree/master/06_tools/007_alb_ingress/01_eks
GitHub - RobinNagpal/kubernetes-tutorials
Contribute to RobinNagpal/kubernetes-tutorials development by creating an account on GitHub.
github.com
https://www.youtube.com/watch?v=S8U7A-eGdOs
'[AWS-SM] > EKS 구축' 카테고리의 다른 글
[참고] EKS API Endpoint 외부 접근 (0) | 2023.03.07 |
---|---|
[중요][워커노드] EKS Cluster 구축 - 3. Worker Node Group, Security Group 설정 (0) | 2023.03.06 |
[중요][EKS구성] EKS Cluster 구축 - 2. VPC, Subnet, IAM, EKS Cluster 생성 (0) | 2023.01.29 |
[참고][퍼블릭구성] AWS 인프라 구축 실습 15회 - EKS (0) | 2023.01.29 |