Marc Nuri - Blogging about business and technology (Page 6/11)

A thumbnail to represent the post cURL: GET request examples
cURL GET request guide with the most common examples and a description of what each command sample does.

cURL: GET request examples

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

A thumbnail to represent the post Gradle: Adding the Gradle Wrapper from Docker
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 Docker

A thumbnail to represent the post Quarkus 2 + Kubernetes Maven Plugin + GraalVM integration
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 integration

A thumbnail to represent the post Trigger Kubernetes CronJob manually from Java using YAKC
How to manually trigger Kubernetes CronJob (like kubectl create job --from=cronjob/) from Java using YAKC.

Trigger Kubernetes CronJob manually from Java using YAKC

A thumbnail to represent the post YAKC – Kubernetes Dashboard
YAKC - Kubernetes Dashboard is a full-fledged reactive Kubernetes web UI built on top of Quarkus and ReactJS

YAKC – Kubernetes Dashboard

A thumbnail to represent the post Kubernetes Operator vs. Controller
Kubernetes Operators vs. Kubernetes Controllers. What are they? What makes them different? Find answers & examples to these questions

Kubernetes Operator vs. Controller

A thumbnail to represent the post A year at Red Hat
This week (end of October 2020) marks my first year as a Red Hatter. I feel really lucky to be part of this awesome organization, especially because [...]

A year at Red Hat

A thumbnail to represent the post Eclipse JKube introduction: Java tools and plugins for Kubernetes and OpenShift
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 OpenShift

A thumbnail to represent the post Prometheus and Grafana setup in Minikube
How to deploy Prometheus and Grafana into your Minikube cluster using their community provided Helm charts

Prometheus and Grafana setup in Minikube

A thumbnail to represent the post Rollout Restart Kubernetes Deployment from Java using YAKC
How to perform rollout restarts like kubectl for Deployments, DaemonSets, and StatefulSets from Java using YAKC.

Rollout Restart Kubernetes Deployment from Java using YAKC

A thumbnail to represent the post React + Quarkus integration using Maven
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 Maven