Dockerfiles, Jib ..., what's the best way to run your Java code in Containers?
Speaker
About this talk
A typical workflow in a modern software dev project often looks like: Build code, put the built artifact into a container image, put the container image into a registry and deploy to Kubernetes. Each step has it’s own requirements and pitfalls alike. The overall goal is most often to bake those steps into easily repeatable pipelines and enable a high degree of automation and standardization. Dockerfiles seems to be the choice with the highest adoption when it comes to containerizing code artefacts. However most Dockerfiles (and also most sample's of Dockerfiles you find in tutorials) do not exploit it to the full potential. There are a lot of improvements to be done in how to build and optimize for VM-based applications. The talk will give deeper insights by comparing (simple and multi-stage) Dockerfiles to Cloud-Native Buildpacks (buildpacks.io/paketo.io), Google’s JIB and jlink under the evaluation criteria of - build time - build size - standardization - robustness - memory configuration - security The examples and live demo will have certain focus on Java-based frameworks (Spring Boot, Quarkus, Micronaut), but coverage of other languages will also be included and highlighted. Github @ https://github.com/maeddes/java-and-container Slides @ https://speakerdeck.com/maeddes/options-galore-from-source-code-to-container-image #vdc25
More talks to watch
Kotlin - the new and noteworthyAnton Arhipov
How to survive as a developer in the exponential age of AI - KeynoteSander Hoogendoorn
Your frontend is ☠️ ⚠️ Let's measure its impact with CO2 jsKo Turk
From k9s to OpenTelemetry: A guide to observability for your apps in K8sMatthias Haeussle
Let’s use IntelliJ as a game engine, just because we canAlexander Chatzizacharias
Beyond the Prompt: Evaluating, Testing, and Securing LLM ApplicationsMete Atamel