Deploy Kotlin Application to Kubernetes (EKS) without Dockerfiles

by lotharschulz
macOS ◆ xterm-256color ◆ zsh 958 views

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

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