Skip to content
FindOpenSource

Quarkus

Kubernetes-native Java framework designed for fast startup times and low memory footprint, tailored for containers and serverless.

Overview

Quarkus compiles Java applications to start in milliseconds and use a fraction of the memory that traditional JVM applications need, particularly when compiled ahead-of-time to a native binary via GraalVM - solving the slow-startup, high-memory problems that made Java historically awkward for containers and serverless functions. It supports the familiar Java ecosystem (JAX-RS, Hibernate, and more) with this different runtime model.

Quarkus is a fit for Java teams building microservices or serverless functions for Kubernetes who want container-native startup and memory characteristics without leaving the Java language and ecosystem.

Categories
Backend
Keywords
java-frameworkkubernetes-nativemicroservicesserverless
Languages
Java
License
Apache-2.0

Spotted an error? Suggest an edit on GitHub.