Nignx Ingress Controller 설치하기
kubectl apply -f https://raw.githubusercontent.com/kubernetes/ingress-nginx/controller-v1.10.0/deploy/static/provider/aws/deploy.yaml
확인하기
kubectl get pods -n ingress-nginx
kubectl get all -n ingress-nginx
Manifest File ( svc, ingress )
curl -o service.yaml https://raw.githubusercontent.com/wngnl-dev/AWS/main/EKS/NginxController/service.yaml
curl -o ingress.yaml https://raw.githubusercontent.com/wngnl-dev/AWS/main/EKS/NginxController/ingress.yaml