bar
heidloff.net - Building is my Passion
Niklas Heidloff
Cancel

New Open-Source Multi-Cloud Asset to build SaaS

Development and automated deployment of SaaS for multiple tenants, using Red Hat OpenShift/Kubernetes and DevSecOps Over the last months I’ve worked with many companies who want to build SaaS (Sof...

Using GitOps on OpenShift

This article demonstrates a typical scenario how to deploy a microservice on OpenShift using the GitOps capabilities of ArgoCD. In a previous article I described how to install and configure ArgoC...

Deploying ArgoCD on OpenShift

This article describes how to deploy and configure the GitOps tool ArgoCD on OpenShift. GitOps Operator In order to install GitOps in OpenShift, there is an operator ‘Red Hat OpenShift GitOps’. T...

Accessing GitHub in Tekton Tasks on OpenShift

This article explains how to access GitHub repositories from Tekton tasks on behalf of specific users via ssh. In my application modernization example I use Tekton pipelines to deploy the moderniz...

Debugging Tekton on OpenShift

In this blog I explain briefly how to ‘debug’ Tekton tasks. In my previous article Sample Tekton Pipelines for Microservices I described how to deploy microservices to OpenShift using Tekton. Runn...

Sample Tekton Pipelines for Microservices

This article describes how microservices can be deployed via Tekton on OpenShift. A sample application is used which you can try yourself. Application modernization provides several benefits, for ...

Deploying Tekton on OpenShift

This article explains how to install Tekton on OpenShift and how to run pipelines of a cloud native sample application. Tekton is an open source CNCF project to run CI/CD pipelines in Kubernetes c...

Using CORS for OpenShift Applications

When starting to develop microservices and micro frontends, often CORS needs to be used to load web resources from different domains. Read on to learn how to enable CORS in Quarkus and Open Liberty...

Deploying Nginx on OpenShift

Many web applications use Nginx as web server to host web resources like HTML and JavaScript. This article describes a mechanism to deploy Nginx on OpenShift, the Kubernetes distribution for enterp...

Connecting to managed Database Services via TLS

This article describes how to use a managed PostgreSQL database in a Quarkus microservice and how to handle TLS certificates. In my application modernization example I have used Postgres as datast...

Disclaimer
The postings on this site are my own and don’t necessarily represent IBM’s positions, strategies or opinions.
Trending Tags