← All posts

Posts tagged: kubernetes

GPU Cluster Networking on Kubernetes

An architectural deep-dive into how containers get direct GPU-to-network and GPU-to-storage access on Kubernetes with SR-IOV, Multus CNI, GPUDirect, and the full NVIDIA communication stack.


OpenShift Fake GPU Operator

A Kubernetes operator that simulates NVIDIA GPU resources on OpenShift and Kubernetes clusters, enabling GPU workload development and testing without physical hardware.


Building Kubernetes Operators with Go

A practical guide to building custom Kubernetes operators using the Operator SDK and Go, covering controller patterns, reconciliation loops, and testing strategies.


Ansible Automation Workbench

A web-based UI for managing AWX and Ansible Automation Platform environments, built with Go and React.


Container Security Fundamentals

Essential security practices for container workloads — from image scanning and least-privilege policies to runtime protection and supply chain integrity.


PrometheusRule Validating Webhook

A Kubernetes admission webhook that enforces required labels on PrometheusRule custom resources in labeled namespaces.


Kubernetes NetworkPolicy Gatekeeper

A validating and mutating webhook for enforcing NetworkPolicy compliance with ACM policy integration.