This article describes Tekton, an open-source framework for creating CI/CD systems, and explains how to deploy and use it on the IBM Cloud Kubernetes service. (more…)
More
Why should Developers use the IBM Cloud?
I created a short video (4 mins) where I describe why the IBM Cloud is a great cloud platform for application developers. (more…)
More
Getting started with Red Hat OpenShift on the IBM Cloud
Today (8/1/19) IBM announced the general availability of managed Red Hat OpenShift on the IBM Cloud. This article describes how developers can get started with OpenShift. (more…)
More
On IBM Developer: Reference Architecture for Microservices
Developers often feel overwhelmed when starting to write cloud-native applications with microservices. There are a lot of technologies that need to be understood first and it needs to be clear when to use which technology. (more…)
More
Recording of Jakarta Tech Talk ‘How to develop Microservices’
Yesterday I presented in a Jakarta Tech Talk 'How to develop your first cloud-native Applications with Java'. Below is the recording and the slides. (more…)
More
Accessing private GitLab Repositories from OpenShift
One reason why OpenShift is popular is that it comes with several functionality out-of-the-box on top of Kubernetes, for example image repositories and pipelines. However one component that is missing is source control. I assume that's because source control management systems are often already in place. (more…)
More
Setting up a cloud-native Sample App on Minishift in an Hour
My colleague Harald Uebele and I have developed an end-to-end sample application to help developers to get started with developing microservices and deploying them to Kubernetes. We have documented how to run this application on Minikube and the IBM Cloud Kubernetes service. This week we added documentation and scripts how to deploy the same application to Minishift in less than an hour. (more…)
More
How to develop Open Liberty Microservices on OpenShift
Open Liberty is a flexible Java application server. It comes with Eclipse MicroProfile which is a set of tools and APIs to build microservices. With these technologies I have created a simple hello world microservice which can be used as template for your own microservices. In this article I describe how to deploy it to OpenShift. (more…)
More
Deploying Open Liberty Microservices to OpenShift
OKD, the open source upstream Kubernetes distribution embedded in OpenShift, provides several ways to make deployments of applications to Kubernetes for developers easy. (more…)
More
Source to Image Builder for Open Liberty Apps on OpenShift
OKD, the open source upstream Kubernetes distribution embedded in OpenShift, provides several ways to make deployments of applications to Kubernetes for developers easy. I've open sourced a project that demonstrates how to deploy local Open Liberty applications via two simple commands 'oc new-app' and 'oc start-build'. (more…)
More