Skip to content

Latest commit

 

History

History
36 lines (24 loc) · 1.98 KB

7-summary.adoc

File metadata and controls

36 lines (24 loc) · 1.98 KB

7. Summary

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-container-first

Quarkus funqy also provides the other extensions for you to deploy the serverless functions to Azure Function and Google Cloud Platform.

quarkus-funqy