Containers

Podamn, Docker, Buildah

Programming

Golang, Python, Shell

Networking

Software Defined Networking Technologies

Projects

Github, Gitlab

Linux

Opensource and Linux

Latest from the blog

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

Open Virtual Networking Inspection with OpenShift

on November 19, 2024

Accessing the details of the software defined networking features of OpenShift can be helpful for deeper troubleshooting or enhanced understanding. You’ll not find a full explanation of Open Virtual Network or OVN-Kubernetes here, but you will learn how to quickly peer inside and investigate their inner workings.

Continue reading

Using Placements to Apply Open Cluster Management Policies to Kubernetes Clusters

on March 11, 2024

Red Hat Advanced Cluster Management (RHACM) enables Open Cluster Management policy driven governance of an entire fleet of Kubernetes clusters. Associating policies with the appropriate clusters is a very flexible operation and requires understanding resources like Placements and ManagedClusterSetBindings. So let’s get familiar!

Continue reading