본문 바로가기
[AWS-SM]/EKS 구축

[중요] Setup AWS Application Load Balancer Ingress in Kubernetes (Tutorial)

by SAMSUNG Metaverse-Cloud 2023. 2. 21.
728x90
반응형

 

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 

 

728x90
반응형