author-pic

RAM GOPINATHAN

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

Run container vulnerability scans and build time policy checks from Github actions workflow

Posted on January 26, 2024

I recently posted about a custom github action that can be leveraged to install roxctl which is a command line utility that ships with Red Hat Advanced Cluster Security for Kubernetes. If you haven't…

Read full post