In this blog post I want to point out that I just created a 15 min YouTube video related to the great Hands-on workshop: Reactive Endpoints with Quarkus on OpenShift. In this video you can watch and follow the steps of the exercise 3 "Invoke Endpoints reactively". Niklas wrote a great blog post about the... Continue Reading →
Develop reactive Endpoints with Quarkus
In this blog post I want to point out that I just created a 12 min YouTube video related to the great Hands-on workshop: Reactive Endpoints with Quarkus on OpenShift. In this video you can watch and follow the steps of the exercise 2 "Develop reactive Endpoints". Niklas wrote a great blog post about the... Continue Reading →
How to setup the reactive Cloud Native Starter sample application on OpenShift in IBM Cloud
In this blog post I want to point out that I just created a 5 min YouTube video related to the great Hands-on workshop: Reactive Endpoints with Quarkus on OpenShift. In that short video I show the setup of the example application to show reactive programming. The image below shows the major architecture of the... Continue Reading →
A small, but useful change in the IBM Cloud CLI for Kubernetes
This blog post is about a very small, but useful change in the IBM Cloud CLI for Kubernetes clusters. You no longer need to export and set the KUBECONFIG environment variable to access your Kubernetes cluster on IBM Cloud in a terminal session. ( IBM Cloud documentation ). You just can execute following IBM Cloud... Continue Reading →
error: no matches forkind “Deployment”in version “apps/v1beta1”
This is a short blog post about changes in the new Kubernetes deployment definition. In my older blog posts related to Kubernetes you will find older deployment definitions, these definitions will cause errors during the Kubernetes deployment. Here are the two major problems you maybe will notice: 1. If you get the following error error:... Continue Reading →
Automated deployment of a microservice to Kubernetes on IBM Cloud
In that blog post I want to point out the awesome topic, how to automate the deployment of a Microservice using a delivery pipeline on IBM Cloud. Maybe you already know Niklas, Harald and I made the great project called Cloud Native Starter. That project includes a Hands-on workshop that is called “Build a Java... Continue Reading →
Deploy the Reactive Cloud Native Starter example to IBM Cloud
The Cloud Native Starter project now contains the new great topic, the development of Reactive Microservices with Java, quarkus, MicroProfile and Vue.js as front-end. The Reactive example implementation runs on minikube, local OpenShift and on IBM Cloud Kubernetes. Here are the instructions on GitHub. But what does reactive mean? Here is an extract of the... Continue Reading →
How to develop a customized Dockerfile using minikube
In this blog post I want to share an awesome and simple practice for beginners: How to develop a customized Dockerfile for a container image running on Kubernetes, using minikube. Usually, when you use an existing container image to create your own customized configuration, you don't have deep knowledge how that container image is built,... Continue Reading →
Deploy WordPress on a free IBM Cloud Kubernetes Cluster for non-productive usage
In this blog post I just want to highlight an awesome guideline I noticed on GitHub: How to deploy WordPress to a free IBM Cloud Kubernetes Cluster for non-productive usage? Why do I say "non-productive"? Because of the free IBM Cloud Kubernetes Cluster , which will be deleted after 30 days. Surely you can also... Continue Reading →
No code changes needed to secure your application on Kubernetes
In that blog post I want to highlight how I did my first configuration of the App Identity and Access Adapter for Istio Mixer in my Cloud Native Starter system on a free IBM Cloud Kubernetes cluster. In my last blog post I described how I did the installation of the App Identity and Access Adapter.... Continue Reading →
