How to configure the Quarkus HTTP application server port using the `quarkus.http.port` property.Quarkus: How to change the application port?2021-11-14 in Java tagged Quarkus / Java / Quickie by Marc Nuri
Eclipse JKube 1.5.1 is available! Check out the major changes and learn how you can contribute.Eclipse JKube 1.5.1 is now available!2021-10-28 in Java tagged Eclipse / Eclipse JKube / Kubernetes / Open Source / OpenShift / Releases / Gradle by Marc Nuri
How to use the StreamSupport utility class introduced in Java 8 to convert a Spliterator or an Iterator to a Stream.How to convert an Iterator or Spliterator to Stream2021-10-09 in Java tagged Java / Java 8 / Streams by Marc Nuri
Eclipse JKube 1.4.0 is available! Check out the major changes and learn how you can contribute.Eclipse JKube 1.4.0 is now available!2021-07-27 in Java tagged Eclipse / Eclipse JKube / Kubernetes / Open Source / OpenShift / Releases by Marc Nuri
Gradle recommends the Gradle Wrapper as the preferred way to run your scripts. In this post I explain how to setup the Wrapper with Docker.Gradle: Adding the Gradle Wrapper from Docker2021-07-20 in Java tagged Docker / Gradle / Java / Quickie by Marc Nuri
How to develop a Quarkus 2 application, integrate it with Kubernetes Maven Plugin (JKube) to publish a native GraalVM image into Docker Hub and deploy to K8s.Quarkus 2 + Kubernetes Maven Plugin + GraalVM integration2021-07-06 in Java tagged Docker / Eclipse / GraalVM / Java / Eclipse JKube / Kubernetes / Maven / Native / Quarkus by Marc Nuri
How to manually trigger Kubernetes CronJob (like kubectl create job --from=cronjob/) from Java using YAKC.Trigger Kubernetes CronJob manually from Java using YAKC2021-01-04 in Java tagged Java / JBang / DevOps / Kubernetes / REST / YAKC by Marc Nuri
Getting started with Eclipse JKube to deploy your Java applications into the Cloud (Kubernetes / OpenShift).Eclipse JKube introduction: Java tools and plugins for Kubernetes and OpenShift2020-10-14 in Java tagged Eclipse / Eclipse JKube / Kubernetes / Open Source / OpenShift by Marc Nuri
How to perform rollout restarts like kubectl for Deployments, DaemonSets, and StatefulSets from Java using YAKC.Rollout Restart Kubernetes Deployment from Java using YAKC2020-10-12 in Java tagged Java / Kubernetes / REST / YAKC by Marc Nuri
JavaScript/React front-end and Java back-end application with Quarkus. Quarkus acts as an API gateway to serve FE static files or process other BE requests.React + Quarkus integration using Maven2020-09-21 in Java tagged Maven / Quarkus / React / YAKC by Marc Nuri
How to use YAKC to create a new Ingress using the new v1 API recently introduced in Kubernetes v1.19.0. Example to compare YAML vs. Java.Kubernetes 1.19 Ingress API from Java using YAKC2020-08-30 in Java tagged Client / Cloud / Ingress / Java / Kubernetes / OpenShift / YAKC by Marc Nuri
In this post, I will show you how to use Qute, Quarkus templating engine, to render Markdown from different sources using flexmark-java.Quarkus + JKube: Qute template with markdown processing from different sources2020-08-19 in Java tagged Eclipse / Java / Eclipse JKube / Quarkus / Web by Marc Nuri