Using local docker images in Minikube

preview_player
Показать описание
Learn how to force minikube to use Docker images from your local machine.

To run your applications in Minikube, you have to publish your containers to a remote registry and the configure Minikube to be able to pull it upon every deployment.
This leads to a much longer cycle where even the smallest code change needs to be published to the registry before you can test it on Minikube.

But there's an easy way by which you can force Minikube to pickup the Docker image build locally.

👉 REFERENCES

👉 ABOUT ME

#kubernetes #minikube
Рекомендации по теме
Комментарии
Автор

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

sre
Автор

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

gbak
Автор

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 ?

BinPham-xk