
Quarkus - Supersonic Subatomic Java
Quarkus streamlines framework optimizations in the build phase to reduce runtime dependencies and improve efficiency. By precomputing metadata and optimizing class loading, it ensures fast startup …
Get Started - Quarkus
Deploying Quarkus Applications on Kubernetes This guide covers how to deploy a native application on Kubernetes. Want to learn more? Check out the guides to continue your journey.
What is Quarkus? - Quarkus
Quarkus allows developers to automatically generate Kubernetes resources including building and deploying container images without having to manually create YAML files.
Creating Your First Application - Quarkus
Mar 9, 2012 · With Quarkus, there is no need to create an Application class. It’s supported, but not required. In addition, only one instance of the resource is created and not one per request. You can …
Guides - Latest - Quarkus
Get started with Quarkus Security by securing your Quarkus application endpoints with the built-in Quarkus Basic authentication and the Jakarta Persistence identity provider, enabling role-based …
Quarkus - Start coding with code.quarkus.io
This page will help you bootstrap your Quarkus application and discover its extension ecosystem. Think of Quarkus extensions as your project dependencies. Extensions configure, boot and integrate a …
Getting Started With Reactive - Quarkus
With this in mind, let’s see how we can develop a CRUD application with Quarkus, which will use the I/O thread to handle the HTTP requests, interact with a database, process the result, and write the HTTP …
Blog - Quarkus
Mar 5, 2026 · We released Quarkus 3.32, which will be the foundation of our next LTS. It comes with Project Leyden integration, more graceful shutdown, automatic Consul registration, new security …
Quarkus for the Web - Quarkus
Quarkus is an excellent choice for both full-stack web components and full-stack microservices aka Micro-frontends. By utilizing the Web Bundler or Quinoa, you can significantly reduce boilerplate …
Kubernetes Native - Quarkus
Quarkus provides developers the tools and capabilities to troubleshoot distributed microservices applications in Kubernetes including tracing and debugging. Quarkus utilizes OpenTelemetry which …