The bald one

Welcome to the personal blog of Ankit D Mohapatra.
I am the CTO of Trias Technology Group.
Follow me on twitter

Applying kubernetes manifests using the terraform provider

April 06, 2024

There was a use case where I had to install Karpenter before installing ArgoCD. The EKS cluster was created using terraform, so it made…

Running JenkinsX v3 locally on k3s

November 07, 2021

With so many CI/CD solutions available, it would be nice if we can do a quick POC. This guide is exactly that: Install JenkinsX v3 on a…

Fixing build number issues in JenkinsX v3

October 12, 2021

One issue with JenkinsX (JX) v3 is that the build number for pipelines is not monotonically increasing, but rather random. What that means…

Integrating JenkinsX with coveralls

September 19, 2021

Recently at work, we wanted to have test coverage for our codebase. Generating code coverage is great, but how do we make that coverage…

Debugging JenkinsX

June 22, 2020

Use to get the version of the binary. You can use to print diagnostic information about your system and kubernetes cluster. To print…

React hooks - I

March 19, 2019

Hooks are probably the most talked about feature in the react community in recent times. They made their way into react 16.8. So I thought…

Kubernetes (k8s) local deployment using minikube

March 11, 2019

If you have been involved in building web applications or worked as a DevOps, you must have heard about kubernetes or k8s (8 replacing the…

Minor yarn upgrade glitch

January 13, 2019

Noticed this line while using yarn to install redux-logger Trying the command provided in the log, resulted in this output A simple google…