aedenj / ktor-starter

0 stars 0 forks source link

explore use skaffold & jib together #30

Open aedenj opened 2 months ago

aedenj commented 2 months ago

https://skaffold.dev/

https://github.com/lotharschulz/ktorjib

aedenj commented 1 month ago

Setup a continuous deploy workflow for pushing an updating image to minikube. I do this manually currently

./gradlew jibBuildTar
minikube image load app/build/jib-image.tar