1 Resposta
- Mais recentes
- Mais votos
- Mais comentários
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! :)
Conteúdo relevante
- feita há 3 dias
- feita há 19 dias
- feita há um mês
- AWS OFICIALAtualizada há um ano
- AWS OFICIALAtualizada há 6 meses
- AWS OFICIALAtualizada há 2 anos
- AWS OFICIALAtualizada há um ano
Thanks! I'll try it