- March 1, 2022
- 1 min read
Pacific Northwest RHUG: March meeting
I’d like to invite you to the next Pacific Northwest RHUG on Wednesday, March 2, 2022 from 12:00 - 1:30 PM PT where we’ll cover how to empower your OpenShift developers with a customized developer catalog that fits your unique organizational needs. This event provides a unique platform to hear the benefits of a customized approach vs using the default catalog that comes with OpenShift.
Register here to claim your virtual seat and receive your unique login credentials to join.
Cheers,
Ram
Related Posts
RAM GOPINATHAN
August 12, 2026
Building Kubernetes-Style APIs: A Practical Walkthrough
Kubernetes real innovation is the declarative, self-healing API pattern. This post builds that pattern from scratch: an OpenAPI-first server, a Postgres-backed store instead of etcd, and a clean service/store split that keeps business logic out of the database
RAM GOPINATHAN
February 28, 2026
Automating post install configurations with cloud-init for Red Hat Enterprise Linux deployments on baremetal environments
Stop configuring servers by hand. Here's how cloud-init brings cloud-level automation to your physical infrastructure.
RAM GOPINATHAN
January 22, 2026
PODMAN TIPS: Implementing init container pattern for containers running on PODMAN
If you’ve worked with Kubernetes, you’re probably familiar with init containers—containers that run before the main application and are typically used for setup or initialization tasks. In this post,…