Quarkus provides several different reactive messaging capabilities. The open source project cloud-native-starter uses some of these capabilities in a sample application which are described in this article. (more…)
More
Articles
Accessing PostgreSQL in Kubernetes from Quarkus
The open source project cloud-native-starter describes how to develop reactive applications with Quarkus. One of the demonstrated functions is reactive access to PostgreSQL. This article describes options how to deploy Postgres to Kubernetes environments and how to configure Quarkus to access it. (more…)
More
Accessing Apache Kafka from Quarkus
This article describes how to develop microservices with Quarkus which use Apache Kafka running in a Kubernetes cluster. (more…)
More
Development of Reactive Applications with Quarkus
In the context of cloud-native applications the topic 'reactive' becomes more and more important, since more efficient applications can be built and user experiences can be improved. If you want to learn more about reactive functionality in Java applications, read on and try out the code. (more…)
More
Podcasts about Cloud-Native-Starter Open Source Project
I had the pleasure to get interviewed in two airhacks.fm podcasts by Java guru Adam Bien. It was a lot of fun. (more…)
More
Recording of my Session “Wie entwickle ich meine ersten Cloud-nativen Applikationen mit Java?”
At code.talks in Hamburg I gave a talk about microservices, Eclipse MicroProfile and Kubernetes. (more…)
More
Developing serverless Applications with Quarkus
In the first part of this article I explain the amazing technologies Quarkus and Knative. In the second part I describe how to write simple microservices with Quarkus in Visual Studio Code in just a few minutes. In the last part I walk you through the steps how to deploy and run microservices as serverless applications on Kubernetes via Knative. (more…)
More
Two self-paced OpenShift Workshops for Developers
My colleagues Harald Uebele and Thomas Südbröcker and I've written two workshops for developers how to get started with Red Hat OpenShift on the IBM Cloud. (more…)
More
Deploying MicroProfile Microservices with Tekton
This article describes Tekton, an open-source framework for creating CI/CD systems, and explains how to deploy microservices built with Eclipse MicroProfile on Kubernetes and OpenShift. (more…)
More
Deploying Applications to IBM Cloud Kubernetes via Tekton
This article describes Tekton, an open-source framework for creating CI/CD systems, and explains how to deploy and use it on the IBM Cloud Kubernetes service. (more…)
More