Java is everywhere, but how can you make your Java containers as light weight as possible? In this session we are going to look at how we canbuild a low footprint native executable from a demo application, using GraalVM Native Image. We will deploy it to Kubernetes and then compare it (in terms of performance, memory consumption and package size) to the same application running on Java. We’ll see that we can deploy Java applications to the cloud that are very resource efficient.