Table of Contents What does Quarkus have to offer?Developer joy with live coding and dev modeCost efficiency and performanceReactive at its coreWhich of your current development pains could Quarkus solve?Dev ServicesVast extension ecosystem“OK, I would like to try it, but …
-
Quarkus: A Runtime and Framework for Cloud-Native Java
Table of Contents Why Quarkus stands out?Quarkus as a versatile frameworkSimplified developer experiencePerformance that mattersSecurityObservability and control surfacesModular and production-readyBuilding your stack with QuarkusConclusion Public clouds such as AWS, Microsoft Azure, and Google Cloud, and platforms like Red Hat OpenShift, …
-
How to Run Neo4j on Kubernetes
For an upcoming event, I was asked to give a demo of how to run Neo4j on Kubernetes. I had very little experience with Kubernetes, so I decided to document my journey for later reference.
-
Fearless Distroless
Distroless images are a solution to reduce your image size and improve its security, by providing neither a package manager nor a shell.
-
Modular Monolithic in Practice
In this article, you learn about the Modular Monolithic architecture and how you can create it using the Spring Framework and Gradle.
-
Vaadin 23.3 Improves Kubernetes Support, Adds Three New Components
Vaadin 23.3 includes improved clustering support for high availability and rolling updates. It also includes 3 new components.
-
Introduction to Kubernetes Extensibility
Let’s browser through several extension points in Kubernetes: the data model, admission controllers, and client-side.
-
Running your Database on OpenShift and CodeReady Containers
An introductory run-through of setting up your database on OpenShift, using your own hardware and RedHat’s CodeReady Containers.
-
Learning by Auditing Kubernetes Manifests
Find out about Checkov, which scans cloud infrastructure configurations to find misconfigurations before they’re deployed.
-
Back to Basics: Accessing Kubernetes Pods
When Kubernetes is set up, you’ll want to expose some pods outside the cluster. Here I describe different ways Kubernetes provides to do it.
-
Stateless, Secretless Multi-cluster Monitoring in Azure Kubernetes Service with Thanos, Prometheus and Azure Managed Grafana
This article aims at cloud native engineers that face the challenge of observing multiple Azure Kubernetes Clusters (AKS) and need a flexible, stateless solution.