You’ve learned today how quickly Java developers can create cloud-native microservice project using Quarkus. Then, the applications were deployed to serverless functions to AWS Lambda and Kubernetes Knative with JVM
and Native
mode with the key benefits of Quarkus as below:
-
Move as much as possible to build phase
-
Minimize runtime dependencies
-
Maximize dead code elimination
-
Introduce clear metadata contracts
-
Enhance developer joy
The Quarkus native compilation allows you to have high resource density as almost same as Go programming language on the Kubernetes clusters.
Quarkus funqy also provides the other extensions for you to deploy the serverless functions to Azure Function
and Google Cloud Platform
.