Source code for the tutorial published on https://blog.marcnuri.com/quarkus-kubernetes-maven-plugin-graal
Tutorial showing how to develop and integrate a very simple Quarkus application with Kubernetes Maven Plugin (Eclipse JKube). In this article I show you how to publish a native GraalVM container image into Docker Hub and deploy it on Kubernetes.
In the first part, I describe how to build a very simple Quarkus application. Next, I describe how to build a Quarkus native executable with GraalVM. Finally, I show how to integrate the project with Kubernetes Maven Plugin and how to publish the application container images into Docker Hub and deploy them to Kubernetes.
Please feel free to leave any comments or suggestions on the blog page: