author-pic

RAM GOPINATHAN

Network policy management with Red Hat Advanced Cluster Security for Kubernetes

Posted on January 22, 2024

In kubernetes by default all ingress and egress traffic are allowed on all pods running in a cluster. From a zero trust security standpoint this is a bad thing because once a POD within a cluster is…

Read full post

Using Amazon Elastic File System as persistent storage for Kubernetes workloads

Posted on January 15, 2024

Overview I wanted to test mounting Amazon Elastic File System as persistent storage for containerized microservices running on kubernetes and realized there are lot of infrastructure pieces that most…

Read full post

Deploying ARO Clusters with Pulumi and Infrastructure as code

Posted on January 12, 2024

Introduction In this post I'm going to walk through deploying Azure RedHat OpenShift clusters with Pulumi and Infrastructure as code. I'm going to assume that you are familiar with Pulumi. If you are…

Read full post