How To Run Locally Built Docker Images in Kubernetes | Resolve ImagePullBackOff & ErrImagePull Error

Поделиться
HTML-код
  • Опубликовано: 28 ноя 2024

Комментарии • 32

  • @theshowTech
    @theshowTech  Год назад

    Hello
    Here is a tutorial on How Kubernetes works For Beginners - ruclips.net/video/J9dza5OzvsY/видео.html

  • @yoopet
    @yoopet 9 месяцев назад +9

    I am getting ErrImageNeverPull once I put the imagePullPolicy: Never.

    • @NowAndroid
      @NowAndroid 9 месяцев назад

      I have same situation

    • @marnowak02
      @marnowak02 7 месяцев назад

      the same :(

    • @E-Shams
      @E-Shams 7 месяцев назад

      The same

    • @akshatvishwamitra
      @akshatvishwamitra 5 месяцев назад

      Try below from a normal user,
      eval $(minikube docker-env)
      Or from root,
      sudo -s eval $(minikube docker-env)

    • @basketaom5481
      @basketaom5481 2 месяца назад

      doesn't work!!!!!

  • @nirmesh44
    @nirmesh44 8 месяцев назад

    Best tutorial I have ever seen. crystal clear. will it work on my microk8s setup?

  • @oscarfigueruelo3177
    @oscarfigueruelo3177 3 месяца назад

    Hi! With minikube, I use: minikube image ls --format table / minikube image load / minikube image ls --format table, and work fine! Test with: kubectl run test --image= --image-pull-policy=Never --restart=Never.

  • @knightgba
    @knightgba 10 месяцев назад

    Thanks a lot! I was digging everywhere to solve this error

  • @PCB389
    @PCB389 Год назад +1

    Extra tip:
    If you are using kind, you ALSO need to load the image using kind load, because of how kind launches kubernetes

  • @ronaldooliveira4138
    @ronaldooliveira4138 5 дней назад

    There are many omissions in this tutorial, for most real world scenarios this does not work. It may work for local kubernet on docker solutions like kind, in solutions where administration is done remotely I do not believe it will work. Can you describe the environment where you did this lab? On which machine did you have kubectl and the general architecture of the solution?

  • @philippedomineaux7016
    @philippedomineaux7016 Год назад +1

    This is only working with a local cluster like Kind ?
    It is not working with my cluster hosted in the cloud.

    • @theshowTech
      @theshowTech  Год назад

      It should be the same pattern when deploying to a cloud service.
      The image will obviously not be your local image.

  • @gantushigsaruul2489
    @gantushigsaruul2489 10 месяцев назад

    Thank you for your content. It was helpful

  • @akhilstksa5736
    @akhilstksa5736 3 месяца назад

    thanks bro. you made my day

  • @cristineees
    @cristineees Год назад

    Having the docker image in the master node alone is enough? will the pod be deployed in any of the worker node? Is it not necessary for the image to be present in the worker nodes where the pod is trying to be replicated?

    • @theshowTech
      @theshowTech  Год назад

      This is for local development not for production. In production things will be different

    • @cristineees
      @cristineees Год назад

      @@theshowTechAnother quick quick question. If I use Ingress with NGINX, will also have load balancer by default and can I access it using any nodes IP without depending on external cloud providers IP for my local cluster setup?

    • @nirbhaygorbade
      @nirbhaygorbade 10 месяцев назад

      @@theshowTech where can i get info about that please tell

  • @matthewhunter6625
    @matthewhunter6625 8 месяцев назад

    Really helpful and well explained, thanks!

  • @haricharanvalleru4411
    @haricharanvalleru4411 Год назад +1

    helpful video

  • @kalleshamuliker
    @kalleshamuliker 7 месяцев назад

    Thank you so much

  • @Ethan-po8ji
    @Ethan-po8ji Год назад

    Thanks!!

  • @basketaom5481
    @basketaom5481 2 месяца назад

    doesn't work!!!!!

  • @robertoangelrillocalva995
    @robertoangelrillocalva995 7 месяцев назад

    GOOOOOOOOOD

  • @nilanjanmandal7834
    @nilanjanmandal7834 Год назад +4

    It is not working

    • @theshowTech
      @theshowTech  Год назад

      What error are you getting? Do you follow the whole video?

    • @anshuagnihotri9489
      @anshuagnihotri9489 Год назад +1

      ​@@theshowTech I followed whole video still getting same image pullbackoff error...pls give me solution ...my image in server and also I load these image but still my cluster find it in docker hub

    • @AmarMahalankar
      @AmarMahalankar 8 месяцев назад

      same error i'm facing. did you get any solution on this?@@anshuagnihotri9489

  • @yuvrajkukreja1248
    @yuvrajkukreja1248 8 месяцев назад +3

    I am getting ErrImageNeverPull once I put the imagePullPolicy: Never