Posts
RAM GOPINATHAN
August 3, 2024
Installing Openshift clusters on AWS with ansible and openshift-install CLI
OpenShift is a big part of many of the demos and conversations I have with customers since joining Red Hat. We provide a CLI tool called openshift-install that automates the installation of OpenShift…
RAM GOPINATHAN
April 3, 2024
Using RBAC to segregate cluster lifecycle management responsibilities between dedicated teams
In this post I'm going to walk through how you can use role base access control to segregate cluster life cycle management responsibilities between dedicated teams. Few reasons you might want to do…
RAM GOPINATHAN
March 30, 2024
Deep dive into Windows Container Support in OpenShift Container Platform
I've done quite a bit of work on windows containers on openshift and decided to write a 4 part series to deep dive into this. So here is the break down of what will be covered.
RAM GOPINATHAN
March 28, 2024
Authentication and role based access control in OpenShift
Most customers use an external system for storing user identities and groups that control level of access on applications and resources deployed within the corporate network. Openshift container…