How to use RHEL Image Mode on AWS

Deploying and managing robust, scalable web services is essential in today’s cloud-driven environments. Red Hat Enterprise Linux (RHEL) Image Mode provides an innovative approach, combining the simplicity and agility of container-based deployments with the robustness and reliability of traditional virtual machine instances on AWS. In this blog post, we will guide you through leveraging RHEL […]

Podman Desktop Integration with MicroShift in a RHEL Virtual Machine

This blog elaborates on how to configure Podman Desktop to be used together with MicroShift in a RHEL virtual machine (VM). Please note that the presented setup is not supported by Red Hat. 1. Introduction and use case One of the challenges in software development is a difference between development environment and target production. In […]

The RHEL root trust store and why it matters for security

Photo by Robynne Hu on Unsplash In the perilous realm of digital security, trust is fragile. Transport Layer Security (TLS) web server authentication relies on trust anchors, but a flaw in the design puts web entities at risk of malicious impersonation. This article explores the origin of certificates in the RHEL root trust store and […]

Automatically update containers with podman-auto-update

Photo by Timelab on Unsplash In this tutorial I will show you how to configure automatic updates for containers in rootless Podman environments and how systemd manages these containers as services. The tutorial is divided into the following sections: If you are not interested in the possible use cases and would rather start right away, […]