The importance of getting resource requests and limits right.

Problem Summary At the start of spring 2022, I was asked to assist in untangling a very escalated set of related cases with one of our customers. Their cluster had been experiencing stability issues over a period of several months. Initial analyses by support seemed to suggest resource problems, in particular insufficient memory. There were […]

Using OpenTracing and Jaeger with Your Own Services/Application

In this blog I will guide you on How to use OpenTracing with a Quarkus application. How to display your OpenTracing information on Jaeger UI. In this blog I will use distributed tracing to instrument my services to gather insights into my service architecture. I am using distributed tracing for monitoring, network profiling, and troubleshooting […]

Red Hat Advanced Cluster Security with OpenShift Pipelines and Slack Integration

Summary This article describes the installation of Red Hat Advanced Cluster Security (RHACS) using the Operator. It also covers the integration of Tekton Pipelines for the deployment of two different containers and the configuration of a Slack notification. A special feature here is that the installation and configuration is largely automated by scripts and can […]

Security aspects with OpenShift – an overview

Today more than ever availability and performance depend on resilience against increasingly frequent and powerful attacks on the confidentiality, availability and integrity of information and IT systems. It is not just that our systems are being threatened with continuous automated attacks, but also with highly sophisticated approaches, such as Advanced Persistent Threats (APTs), Ransomware, Side […]

10 lessons learned while automating elementary container deployment tasks on Linux

Our experiences preparing for a demo at Ansiblefest 2021 Speakers: Karoly “Charlie” Vegh and Robert “Bob” BaumgartnerSupported by: Chris Jung, Phil Griffith, Eric Lavarde, Elle Lathram Introduction and Purpose AnsibleFest is always pretty cool, all new announcements, live demos, roundtable discussions, etc. Bob, being the Kubernetes/Container Architect and my humble self being more a Linux […]

Container Days 2021 – Hamburg

Finally, the time has come. The first personal event after Corona. The Container Days 2021 were just around the corner. Right on time for the start of the event, the location presented itself from its best side. It was rainy. At the latest now it was clear: I’m in the north of Germany, on the […]

Bobbycar Part 1- Building a cloud-native IoT architecture with modern Red Hat technologies

Introduction In this article series we are going to build together a sample cloud-native IoT architecture, called Bobbycar, based on the Red Hat OpenShift Container platform and a lot of other relevant technologies. The first part of the series should provide you with the necessary background on IoT-, Edge- and Cloud Computing and also briefly […]

How to go from Docker to Kubernetes the right way

Docker came a long way. It established itself very fast as the de-facto standard to get going with your container journey. It did not matter if you wanted to just play around with containers or if you wanted to build up new microservices, Docker was and still is a great choice to get yourself started. […]

First Steps with OpenShift Virtualization

It is 2020 and everybody is talking more and more about containers. A topic that came up around 2013 with Docker making an ecosystem for developers using containers for faster development cycles. But although the container hype is growing there are still lots of VMs out there, that may also have their right to exist. […]

How to pimp your Quarkus application to benefit from Kubernetes

In my last post I promised to introduce you to a selected set of Quarkus extensions. Today I will cover three of those. In my opinion they make total sense in the context of a container development or just container runtime platform (such as Red Hat OpenShift or any other Kubernetes distribution). The effort : […]