brand image

Wouter's techblog

Personal tech blog of Wouter van Veen

  • About
  • Posts
  • Recent
  • Deploy Quarkus to Kubernetes
  • API validation using Quarkus

powered by Hugo | themed with poison
© 2026 Wouter's tech blog. All rights reserved.

Deploy Quarkus to Kubernetes

December 29, 2025 - 11 mins read
  • quarkus
  • deployment
  • kubernetes
  • minikube
  • cloud-native
  • docker

Series: Creating an application with Quarkus

Let’s prepare our application for deployment! I will go over the steps to deploy a Quakrus application into a container and deploy it to a Minikube cluster running on your own machine.

API validation using Quarkus

December 13, 2025 - 11 mins read
  • quarkus
  • api-validation
  • java
  • cloud-native
  • validation
  • rest

Series: Creating an application with Quarkus

In post I will go over the levels of validation, and how to implement them in a Quarkus application.