Learn how to setup custom domain name using #CoreDNS in #kubernetes. #dns Source code: github.com/Hou... Follow me on Twitter for more content: / houssemdellai
First of all, Thanks! I am able to setup as you explained. I am able to use curl and able to get output within container & curl, But I am NOT able to load url using dns in a browser in the office n/w.
In my case it is useful because the service I am calling both through ingress and from within the cluster only works properly when using a specific hostname. We don't want our internal service to get dns from the outside and having to route back into the cluster through ingress to be able to communicate with the service.
Very informative video. I wish to see similar videos for Openshift and ARO
Great Tutorial!!😃
Do you have any idea of implementing DNSSEC for the custom domain as well?
Great tutorial! But I'm stuck in the `error code: 1001` =/
You are the best.😊
First of all, Thanks! I am able to setup as you explained. I am able to use curl and able to get output within container & curl, But I am NOT able to load url using dns in a browser in the office n/w.
use ingress for that
@houssemdellai the import custom/*.override dissapiers after some time
i dont see a valid reason why someone would want custom domains inside k8s.. those DNSs wont resolve outside anyway
In my case it is useful because the service I am calling both through ingress and from within the cluster only works properly when using a specific hostname. We don't want our internal service to get dns from the outside and having to route back into the cluster through ingress to be able to communicate with the service.