Custom domains using Kubernetes CoreDNS

Sdílet
Vložit
  • čas přidán 5. 02. 2023
  • Learn how to setup custom domain name using #CoreDNS in #kubernetes.
    #dns
    Source code: github.com/HoussemDellai/dock...
    Follow me on Twitter for more content: / houssemdellai
  • Věda a technologie

Komentáře • 9

  • @shomer2009
    @shomer2009 Před rokem

    Very informative video. I wish to see similar videos for Openshift and ARO

  • @mouradyamani308
    @mouradyamani308 Před 4 měsíci

    You are the best.😊

  • @LakshithaKarunanayake

    Great Tutorial!!😃
    Do you have any idea of implementing DNSSEC for the custom domain as well?

  • @user-sj2sh4dk2s
    @user-sj2sh4dk2s Před 2 měsíci

    @houssemdellai the import custom/*.override dissapiers after some time

  • @abhaydoshi9581
    @abhaydoshi9581 Před rokem

    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.

  • @user-jx7ke3lk3q
    @user-jx7ke3lk3q Před 5 měsíci

    Great tutorial! But I'm stuck in the `error code: 1001` =/

  • @Flow-lt8qw
    @Flow-lt8qw Před 11 měsíci

    i dont see a valid reason why someone would want custom domains inside k8s.. those DNSs wont resolve outside anyway

    • @QuadmanSwe
      @QuadmanSwe Před 7 měsíci

      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.