Marc Nuri - Blogging about business and technology (Page 8/16)

A thumbnail to represent the post Build Kubernetes controllers with Fabric8 Kubernetes Client, Quarkus, and JKube
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 JKube

A thumbnail to represent the post Kubernetes Client for Java: Fabric8 introduction
Introduction and how to get started with the Fabric8 Kubernetes Client for Java.

Kubernetes Client for Java: Fabric8 introduction

A thumbnail to represent the post Quarkus: How to change the application port?
How to configure the Quarkus HTTP application server port using the `quarkus.http.port` property.

Quarkus: How to change the application port?

A thumbnail to represent the post Two years at Red Hat
Personal reflections on my second year as a Red Hatter.

Two years at Red Hat

A thumbnail to represent the post Eclipse JKube 1.5.1 is now available!
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!

A thumbnail to represent the post How to generate a serialVersionUID in IntelliJ IDEA
How to generate a serialVersionUID in IntelliJ IDEA using a plugin or built-in features.

How to generate a serialVersionUID in IntelliJ IDEA

A thumbnail to represent the post How to convert an Iterator or Spliterator to Stream
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 Stream

A thumbnail to represent the post cURL: DELETE request examples
cURL DELETE request examples with and without payload body. Copy-paste ready command reference.

cURL: DELETE request examples

A thumbnail to represent the post Kubernetes: Where is my default Kubeconfig file?
Find the default Kubeconfig (.kube/config) file location on Linux, Windows, and Mac. Includes paths for Docker Desktop, Minikube, K3s, and Kind.

Kubernetes: Where is my default Kubeconfig file?

A thumbnail to represent the post cURL: PUT request examples
cURL PUT request examples including JSON data, form data, and file content. Copy-paste ready command reference.

cURL: PUT request examples

A thumbnail to represent the post cURL: POST request examples
cURL POST request examples including JSON data, file uploads, form data, and authentication. Copy-paste ready command reference.

cURL: POST request examples

A thumbnail to represent the post How to disable wildcard imports in IntelliJ IDEA
How to disable wildcard automatic imports in IntelliJ IDEA.

How to disable wildcard imports in IntelliJ IDEA