Karthi Mahadevan

Karthi Mahadevan @mkarthiatgithub

About: Engineering Lead

Joined:
Sep 5, 2022

Karthi Mahadevan
articles - 15 total

New Python Package manager (UV) and Using Ray

While I was in my earlier platform engineer role, one of my teammate said about UV, I didn't pay...

Learn More 0 0Mar 14

How we created EKS cluster

we used a cluster template. This is a YAML configuration file for eksctl (a CLI tool for creating and...

Learn More 0 0Feb 28

How I use Cloudwatch and fluentbit

Fluent Bit is deployed as a DaemonSet (a POD that runs on every node of the cluster). When Fluent Bit...

Learn More 0 0Feb 28

Gitlab CI pipelines output

To be considered valid YAML, you must wrap the entire command in single quotes. If the command...

Learn More 0 0Feb 10

AWS Lambda RIC - Runtime interface Client

Why did we choose lambda ric ? Docker images can handle larger deployments (up to...

Learn More 0 0Feb 6

What I use daily - python development

Best Practices I follow during python development in current project. Use Virtual Environments to...

Learn More 1 0Jan 31

Local OPA using docker

Docker Setup for OPA Below is a Dockerfile to build and run OPA with your policies: FROM...

Learn More 0 0Jan 31

GitLab DevSecOps developer

As a GitLab DevSecOps developer utilizes the NIST framework to enhance security throughout the...

Learn More 0 0Nov 25 '24

Lean development

I decided to pick this topic because in work, we had Retro meeting and everyone suggested some...

Learn More 1 0Mar 28 '23

Stop saying "you forgot to …" in code review

On startup, Danger reads a Dangerfile from the project root. Danger code in GitLab is decomposed into...

Learn More 1 0Mar 22 '23

Deleting NameSpace and Helm

For Helm Release stuck in Uninstalling state you have to do k delete secrets...

Learn More 1 0Mar 6 '23

Artifact hub

Discovering artifacts to use with CNCF projects can be difficult. If every CNCF project that needs to...

Learn More 1 0Mar 1 '23

Automate your dependency updates!

Don’t feel like upgrading, what if? But what if the upgrades do the complete opposite?...

Learn More 0 0Feb 23 '23

Compare API Gateway Kubernetes Ingress Service Mesh

Feature API Gateway Kubernetes Ingress Service Mesh Purpose Centralized entry point for...

Learn More 1 0Jan 30 '23

Observability, Monitoring and then SRE

Context Breaking monolic applications into microservices architecture offers many...

Learn More 4 0Sep 5 '22