author-pic

RAM GOPINATHAN

Things you should know about RedHat Developer Hub

Posted on March 16, 2024

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…

Read full post

Fixing error 'ERR_TOO_MANY_REDIRECTS' when using HAProxy with ArgoCD

Posted on March 14, 2024

When you use HAProxy Ingress with ArgoCD on Kubernetes you are going to run into this error 'ERR_TOO_MANY_REDIRECTS' when you browse to the ArgoCD server URL. I lost of few hours trying to figure out…

Read full post

Automating provisioning of EKS Clusters with Crossplane

Posted on January 30, 2024

I've been hearing a lot about Crossplane for over a year now and recently I got a chance to try it out, specifically resource composition capabilities. In this post I'll go over how I used these…

Read full post