Deploy Kotlin Applications to Kubernetes (Minikube) without Dockerfiles

by lotharschulz
GNU/Linux ◆ xterm-256color ◆ bash 1229 views

Deploy Ktor applications instantly to Kubernetes - in this case Minikube - without Dockerfiles. A showcase how to create docker images with kotlin, gradle and jib. The docker image is pushed instantly to local docker. Afterwards the updated docker image is deployed to the Kubernetes cluster on Minikube. Kubernetes uses the updated docker image and rolls the deployment.

kotlin, ktor, gradle, jib, skaffold, kubernetes (Minikube) rocks ;-)