Using the Fabric8 Kubernetes Java Client to build Kubernetes Controllers with Quarkus and GraalVM (a port of Josh Long's example)Build Kubernetes controllers with Fabric8 Kubernetes Client, Quarkus, and JKube2021-12-21 in Java tagged Client / Cloud / Fabric8 / GraalVM / Java / Eclipse / Eclipse JKube / Kubernetes / Quarkus by Marc Nuri
Introduction and how to get started with the Fabric8 Kubernetes Client for Java.Kubernetes Client for Java: Fabric8 introduction2021-12-01 in Java tagged Kubernetes / Client / Java / Cloud / Fabric8 / OpenShift by Marc Nuri
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
Personal reflections on my second year as a Red Hatter.Two years at Red Hat2021-11-06 in Personal tagged Open Source / Red Hat 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 generate a serialVersionUID in IntelliJ IDEA using a plugin or built-in features.How to generate a serialVersionUID in IntelliJ IDEA2021-10-17 in Tools tagged IntelliJ IDEA / Java 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
cURL DELETE request guide with the most common examples and a description of what each command sample does.cURL: DELETE request examples2021-09-23 in Tools tagged curl / HTTP / Quickie by Marc Nuri
Where can you find the default Kubeconfig (.kube/config) file on Linux, Windows, and Mac.Kubernetes: Where is my default Kubeconfig file?2021-09-11 in Operations tagged Kubernetes / kubectl / Cloud / Quickie by Marc Nuri
cURL PUT request guide with the most common examples and a description of what each command sample does.cURL: PUT request examples2021-09-03 in Tools tagged curl / HTTP / Quickie by Marc Nuri
cURL POST request guide with the most common examples and a description of what each command sample does.cURL: POST request examples2021-08-28 in Tools tagged curl / HTTP / Quickie by Marc Nuri
How to disable wildcard automatic imports in IntelliJ IDEA.How to disable wildcard imports in IntelliJ IDEA2021-08-25 in Tools tagged IntelliJ IDEA / Quickie by Marc Nuri
How to show white spaces and tabs in IntelliJ IDEA.How to show whitespace in IntelliJ IDEA2021-08-07 in Tools tagged IntelliJ IDEA / Quickie by Marc Nuri
cURL GET request guide with the most common examples and a description of what each command sample does.cURL: GET request examples2021-08-01 in Tools tagged curl / HTTP / Quickie 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