Skip to content

marcnuri-demo/kubernetes-maven-plugin-quarkus

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

9 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Quarkus 2 + Kubernetes Maven Plugin + GraalVM integration

GitHub license

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: