Disclaimer: I penned this blog post long ago but releasing it on the occasion of the Kalki 2898A.D OTT release It's been almost 5 days since I...
As the popularity for GitHub Actions for CI increasing these days, so is the the bill for GitHub hosted Runners. As this article explains, the typical...
What is KEDA? KEDA is Kubernetes-based Event Driven Autoscaler. It can be used to scale any container based resource like Deployments, StatefulSets...
As Kubernetes celebrated its 10th birthday bash on the 6th of June, I decided to write a post about 10 interview questions that I would ask a...
Intro EFK stands for ElasticSearch, Fluentd and Kibana. It is similar to the ELK stack where we are replacing Logstash with Fluentd. This is a free,...
Intro Managing secrets in Kubernetes is tricky as the "Secrets" are not really Secrets but just encoded configMaps. You cannot store Secrets...