You can deploy a Quarkus application to Kubernetes without writing YAML.

Yes, really.

Quarkus can generate the Kubernetes resources for you, build the container, and deploy directly to a local cluster like Minikube.

In this tutorial I show the full workflow step-by-step.

🔗 https://www.the-main-thread.com/p/quarkus-kubernetes-deploy-without-yaml-java-minikube

#Quarkus #Java #Kubernetes #CloudNative #Minikube #DevOps #OpenSource

@myfear reads fine. But I wondered at Java17 - the end is nigh. How about java 21 or 25?
@klenkes74 it says „and later“. I’m actually running the tutorials with Java 25 right now locally.