This blog post does contain the tasks to create a Docker image and upload the image to dockerhub and clean up the image and container on the local machine. Upload the image 1. Create a local Docker image using docker build Dockerhub account name: tsuedbroeckerDockerhub repository name: cns-workshop-toolsTag: v4Docker image name with tag: tsuedbroecker/cns-workshop-tools:v4 docker... Continue Reading →
IBM Cloud Container Registry is Deprecating Container Builds
In this blog post I want to point out that I noticed that the IBM Cloud Container Registry is deprecating container builds.
Error: Node Sass does not yet support your current environment: OS X 64-bit with Unsupported runtime (83) … using a remote development container to run the Vue.js application
OS X 64-bit with Unsupported runtime (83) ... In this blog post I want to show, how to setup a remote development container for a Vue.js application, which isn't able to run on my local machine, even after the update of Node.js, npm and yarn.
Run a PostgreSQL container as a non-root user in OpenShift
In this blog post I want to point out a simple topic: How to run a simple PostgreSQL Docker image as a non-productive container in OpenShift? As you maybe know, OpenShift doesn't allow by default to run container images as root. The image below shows the result of the simply deployed postgreSQL image from dockerhub. It's possible... Continue Reading →
Setup a MongoDB in less than 4 min on a free IBM Cloud Kubernetes cluster at a Hackathon
In this blog post I want to highlight that I just created a GitHub project and a 10 min YouTube video to "How to setup mongoDB in less than 4 min on a free IBM Cloud Kubernetes cluster at a Hackathon". My objective is to provide a small guide, how to setup a MongoDB server... Continue Reading →
Use distributed Logging for Mircoservices
In this blog post I want to point out that I just created a 9 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 5 "Use distributed Logging". https://youtu.be/LHncW_HUwFU Let me give you a short preview... Continue Reading →
Deploy a Microservice to OpenShift
In this blog post I want to point out that I just created a 9 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 4 "Deploy Service to OpenShift". Let me give you a short preview... Continue Reading →
Run a MicroProfile Microservice on OpenLiberty in a Remote development container in Visual Studio Code
In this blog post I want to show, how to setup a local remote Java development container for Eclipse MicroProfile with OpenLiberty in Visual Studio Code. I did that for the Authors microservice from the Cloud Native Starter project with MicroProfile 3.2, OpenJDK Java 11, and the latest OpenLiberty version. That blog post is structured... Continue Reading →
Docker container in detached and attached mode
This is a very short blog post about the usage of a Docker container in detached and attached mode. Some times participants in workshops want to reconnect to a docker container, because they closed their terminal session with the container which was in an interactive mode and they want to reconnect to their exiting container... Continue Reading →
How to build a container – a short teaser video
I recorded a new 3-minute video for my “Let's get started with cloud native Java applications on Kubernetes hands-on workshop” teaser video series on youtube. This short 3-minute teaser video is about: how build a container for a miroservice in context of the cloud native starter project and workshop on GitHub. Check it out: You can get... Continue Reading →