Microservices With Apache Camel and Quarkus (Part 4)
After learning how to run our microservices in JVM mode in Part 2 of this series, let’s now look at how to do the same in native mode.
After learning how to run our microservices in JVM mode in Part 2 of this series, let’s now look at how to do the same in native mode.
In Part 1 and Part 2, you’ve seen how to run microservices as Quarkus local processes. Let’s now look at some K8s-based deployments, starting with Minikube.
In a previous post I have demonstrated a very convenient microservices implementation approach using Apache Camel and Quarkus. In this 2nd Part you’ll see ho...
This post proposes a microservices deployment model based on Camel, using a Java development stack, Quarkus as a runtime, and K8s as a cloud-native platform.
In this article, readers will learn how to deploy more complex Jakarta EE applications as serverless services with AWS Fargate.