Welcome to the personal blog of Ankit D Mohapatra.
I am the CTO of Trias Technology Group.
Follow me on twitter
There was a use case where I had to install Karpenter before installing ArgoCD. The EKS cluster was created using terraform, so it made…
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…
One issue with JenkinsX (JX) v3 is that the build number for pipelines is not monotonically increasing, but rather random. What that means…
Recently at work, we wanted to have test coverage for our codebase. Generating code coverage is great, but how do we make that coverage…
Use to get the version of the binary. You can use to print diagnostic information about your system and kubernetes cluster. To print…
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…
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…
Noticed this line while using yarn to install redux-logger Trying the command provided in the log, resulted in this output A simple google…