Using local docker images in Minikube

Поділитися
Вставка
  • Опубліковано 22 лис 2024

КОМЕНТАРІ • 6

  • @13gbak
    @13gbak 23 дні тому

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

    • @sre101
      @sre101  22 дні тому

      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!