Implemeting HEALTH CHECK for your servers using HAProxy

แชร์
ฝัง
  • เผยแพร่เมื่อ 25 ม.ค. 2025

ความคิดเห็น • 8

  • @pedromacedoldev
    @pedromacedoldev ปีที่แล้ว

    Great video, success JV!

  • @Jorgevvs
    @Jorgevvs ปีที่แล้ว

    👍👍👍👍

  • @vladimir-costa
    @vladimir-costa ปีที่แล้ว

    Great video! My English is not very nice, but I can understand most of what is said. Thank you for this video.

    • @jvnsdev
      @jvnsdev  ปีที่แล้ว

      Thanks bro! 👊

  • @fsq8078
    @fsq8078 ปีที่แล้ว

    Welcome

  • @loverboykimi
    @loverboykimi 3 หลายเดือนก่อน

    how docker resolves node1/2/3 host names in haproxy config? it is supposed to be linked hostname -> IP map somewhere.

    • @jvnsdev
      @jvnsdev  3 หลายเดือนก่อน +1

      Hi! Great question!
      When the containers are in the same Docker network, they can reference each other using the container name as hostname. It's how Docker handles this in its internal DNS.

    • @loverboykimi
      @loverboykimi 3 หลายเดือนก่อน

      @@jvnsdev many thanks.. It was clear! ..