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 10, 2024
Opensource Summit 2024
This year OpenSource Summit 2024 is going to be hosted in Seattle. If you are going to be there come by Red Hat booth and chat with our experts about Opensource.
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…
RAM GOPINATHAN
March 25, 2024
Practicing Design First API Development with Red Hat Developer Hub
There are lots of benefits to design first approach to API development in a large organization with many development teams compared to code first which is more suited for developers. With design…
RAM GOPINATHAN
March 16, 2024
Installing RedHat Developer Hub on Amazon Elastic Kubernetes Service (EKS)
As many of you may already know Red Hat Developer hub which is based on backstage project created by Spotify hit GA. If you are not familiar with RedHat Developer hub or backstage check out this…
RAM GOPINATHAN
March 16, 2024
Things you should know about RedHat Developer Hub
I thought I'll do this post to document some of the things I ran into when working with RedHat Developer Hub. I'm planning to keep this post updated as I learn more from my own research as well as…