Containers

Podamn, Docker, Buildah

Programming

Golang, Python, Shell

Networking

Software Defined Networking Technologies

Projects

Github, Gitlab

Linux

Opensource and Linux

Latest from the blog

OpenShift CoreOS On-Cluster Custom Node Image Layering

on June 20, 2025

CoreOS On-cluster Image Layering in OpenShift 4.19 allows modifications to node the operating system. This detailed walk through customizes the node operating system image by adding RPMs to support autofs.

In part 2 we will configure autofs and enable automatic filesystem mounting across cluster nodes.

Continue reading

Managing Readable OpenShift MachineConfigs with Butane

on May 29, 2025

The OpenShift Machine Configuration Operator applies configuration changes to to nodes using a syntax called Ignition, but managing base64 encoded text can be challenging. What if I told you that you can use plain text and normal files?

Continue reading

Generate a Kubeconfig to Enable OpenShift Service Account Authentication

on April 9, 2025

This post demonstrates how to properly generate kubeconfig files for OpenShift ServiceAccounts, enabling secure token-based authentication and TLS connections. You will learn how to create ServiceAccounts, generate time-limited tokens, bundle CA certificates, and package everything into a distributable kubeconfig file that can be stored as a Secret for download.

Continue reading

OpenShift Virtual Guest Tagging

on January 2, 2025

Some workloads require the use of VLAN interfaces in virtual machines. VMware terms this feature “Virtual Guest Tagging” or “VLAN Guest Tagging” while OpenStack calls it “VLAN-aware instances”. See how OpenShift Virtualization can pass 802.1q trunks to VMs using a traditional Linux Bridge interface.

Continue reading