Ops tooling has so far been the domain of shell scripts, interpreted languages like Python or statically compiled languages like Go. But with Java and GraalVM this situation changes significantly.
So behold: it is now possible to apply the power of the Java language and its ecosystem to your Ops tooling problems and yet get performance and efficiency by using GraalVM native images. In this session we will show that native CLI tools and K8s operators can be implemented in Java quite easily in no time.