Introduction

In this entry-level article, I present a simple way to build, expose and test your dockerized application in local development environment with Minikube, essentially Kubernetes on your computer. Sometimes the developers struggle with handling the experimental images, because for every image change, they push it to the registry and then pull it on the test K8s cluster. Below, we will use only local environment — this is going to work even if you don’t have a network connection.

We will gather necessary tools, install Minikube and build and test our own sample application.

#dockerfiles #kubernetes #minikube #docker

How to experiment locally on Kubernetes with minikube and your local Dockerfiles
1.40 GEEK