Insights
Unofficial guideline to get the latest and greatest version of Kiali in OpenShift
Monday, May 18, 2020 in Insights
Categories:
During this year’s Red Hat Summit I had the chance to get a glimpse of the latest version of Kiali. This version had some nice features, like the traffic flow of the application graph during a time period (Graph replay). It also contains …
Unofficial guideline to get the latest and greatest version of Kiali in OpenShift
Monday, May 18, 2020 in Insights
During this year’s Red Hat Summit I had the chance to get a glimpse of the latest version of Kiali. This version had some nice features, like the traffic flow of the application graph during a time period (Graph replay). It also contains …
Simple example how to use Istio and Keycloak
Thursday, May 07, 2020 in Insights
Some time ago, I did a webinar about the RedHat Service Mesh, which is based on Istio. For this webinar, I prepared a demo application. Among other things, I wanted to show how to do the authentication with JWT token in general and, more specific, …
Debugging Istio
Thursday, May 07, 2020 in Insights
Categories:
In the article, I’m going to describe what we can do, if we configured our application to use Istio, but it is not working like intended. Originally, I wanted to give a detailed description what problems I encountered during the creation of my …
Debugging Istio
Thursday, May 07, 2020 in Insights
In the article, I’m going to describe what we can do, if we configured our application to use Istio, but it is not working like intended. Originally, I wanted to give a detailed description what problems I encountered during the creation of my …
OpenShift 4.3 installation on VMware vSphere with static IPs
Friday, January 31, 2020 in Insights
In this article, I will show you how to install Red Hat OpenShift Container Platform 4.3 (OCP) on VMware vSphere with static IPs addresses using the openshift installer in UPI mode and terraform. In contrast to the official OpenShift 4.3 install …
OpenShift 4.3 installation on VMware vSphere with static IPs
Friday, January 31, 2020 in Insights
In this article, I will show you how to install Red Hat OpenShift Container Platform 4.3 (OCP) on VMware vSphere with static IPs addresses using the openshift installer in UPI mode and terraform. In contrast to the official OpenShift 4.3 install …
Installing MongoDB on OpenShift
Tuesday, January 14, 2020 in Insights
So here is another one of our series Installing Blahblahblah on OpenShift. This time it is about getting MongoDB to run on OpenShift - the way recommended and promoted by the MongoDB guys. The whole setup is still in beta stage as indicated on these …
CodeReady Containers on Ubuntu
Friday, November 29, 2019 in Insights
With the release of OpenShift 4.x Red Hat left no stone unturned (compared to previous 3.x versions). Among many things Minishift became Red Hat CodeReady Containers. Having been a big fan of Minishift I recently wanted to give CodeReady Containers …
Introduction to AWS CDK
Monday, November 04, 2019 in Insights
AWS Cloud Development Kit (CDK) is a relatively new kid on the block. It is a tool for defining Infrastructure as Code (IaC) and is considered to be the future successor of AWS CloudFormation. This article overviews the IaC approach, introduces a …