Originally presented at Oracle Code One 2018.
Skaffold: https://github.com/GoogleContainerTools/skaffold
Jib: https://github.com/GoogleContainerTools/jib
Demo project: https://github.com/coollog/skaffold-code.one
Session Description:
Skaffold is a command-line tool that facilitates continuous development for Kubernetes applications. You can iterate on your application source code locally and then deploy to local or remote Kubernetes clusters. Skaffold handles the workflow for building, pushing, and deploying your application. This session explores developing a Java application with Skaffold. This session presents and demos Java development on Kubernetes orchestrated by Skaffold and integrated with standard Java building tooling (Maven/Gradle).