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
How to deploy Prometheus and Grafana into your Minikube cluster using their community provided Helm chartsPrometheus and Grafana setup in Minikube
How to perform rollout restarts like kubectl for Deployments, DaemonSets, and StatefulSets from Java using YAKC.Rollout Restart Kubernetes Deployment from Java using YAKC
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
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 YAKC
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 sources
Article to describe the behavior of the official Apache Camel Cassandra Kubernetes example highlighting the power of Eclipse JKubeApache Camel used on a Kubernetes Cassandra cluster
Blog post, showing how to create a simple web scraper using Picocli and Quarkus to build a native binary that will scrape dependents for any GitHub projectBuilding a GitHub Dependents Scraper with Quarkus and Picocli
Tutorial explaining how to access the Kubernetes cluster REST API from inside a Pod using YAKC (Yet Another Kubernetes Client), Eclipse JKube, and Spring Boot.Access the Kubernetes API from a Pod in Java
Introducing YAKC (Yet Another Kubernetes Client), a declarative Java REST client for Kubernetes API. Some examples and code snippets to get started.Kubernetes Client for Java: Introducing YAKC
GitHub Actions repository_dispatch event: example showing how to trigger GitHub Actions workflows across different repositoriesTriggering GitHub Actions across different repositories
How to develop and integrate a very simple Quarkus application with Fabric8 Maven Plugin in order to publish a native GraalVM image into Docker Hub.Quarkus + Fabric8 Maven Plugin + GraalVM integration