Using local docker images in Minikube

แชร์
ฝัง
  • เผยแพร่เมื่อ 15 พ.ย. 2024

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

  • @13gbak
    @13gbak 15 วันที่ผ่านมา

    Great video as always! Thank you for your help! Keep it up with the videos they look great!

    • @sre101
      @sre101  15 วันที่ผ่านมา

      Means a lot 🙌

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

    Hello! Hope you guys found my video useful!
    If there's anything specific that you'd like to learn, let me know in the comments

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

    Thank a lot.

  • @BinPham-x1k
    @BinPham-x1k 2 หลายเดือนก่อน

    i did exactly the steps like you did, but i don’t get the image inside the minikube vm. Can you tell me what can be the possible reasons for this ?

    • @sre101
      @sre101  2 หลายเดือนก่อน

      check the output of "minikube docker-env" command.
      It should show you a bunch of environment variables.
      Then set them
      Also this strategy works for single-node cluster, for multinode, you need a driver (I've mentioned it in the video).
      Hope this helps!