Connect Cloudflare DNS to a service in EKS

0

Hi,

I am trying to install open edX (Tutor) on AWS EKS by this guide. I already have a DNS zone that is defined in Cloudflare and I want to use it for external access to the new services.

Did anyone implement such a solution or can point me to documentation?

Thanks,

Yaniv

1개 답변
1
수락된 답변

You can see that alb-ingress-controller is installed in the guide. And you will create Ingress resource in the Step 5.

Now wait till an external address gets assigned to ingress.extensions/web, this will be a DNS name for the ALB. You may also head on to the LoadBalancer section in EC2 service of AWS console to view this. Now make two CNAME entries in the Record Set for your domain

You will get a DNS name for the ALB. Then, you can create a CNAME record on your Cloudflare account.

  • lms.your-domain.com -> ${ALB-DNS-NAME}

And you should configure *.lms.your-domain.com to redirect to lms.your-domain.com. Check Cloudflare Tutorial! :)

profile picture
전문가
답변함 2년 전

로그인하지 않았습니다. 로그인해야 답변을 게시할 수 있습니다.

좋은 답변은 질문에 명확하게 답하고 건설적인 피드백을 제공하며 질문자의 전문적인 성장을 장려합니다.

질문 답변하기에 대한 가이드라인

관련 콘텐츠