Posts
Helm values schema gen Plugin
tldr $ helm plugin install https://github.com/karuppiah7890/helm-schema-gen $ helm schema-gen <values-yaml-file> GitHub repo for the plugin - https://github.com/karuppiah7890/helm-schema-gen
Longer version Today I finally created a Helm plugin that I wanted to for so long. The repo is here
In this post I’m going to tell the story behind the plugin. First the what, then the why, and a bit of how.
The What Recently, helm released their version 3 which was a big thing.
Posts
OpenFaaS with containerd Series Part 1
This is one of the posts in a series where I’m going to write about openfaas and containerd working together. If you haven’t tried openfaas before, it’s interesting, give it a try! This is one of the posts which you can use to try openfaas!
In this first post, I’ll just show you what I tried out recently. This is me showing you how to just run openfaas along with containerd in one VM.
Posts
A Conference Story
Arvind is attending KubeCon for the first time. He’s on his own.
Arvind: Wow, this is all so grand! Let’s find a place to sit and enjoy the day and find new friends maybe!
Arvind finds his place. He finds himself surrounded by a lot of people.
There’s a constant buzz around him. People talking about life and work.
The Conference starts with the keynote and the talks follow.
After some talks, it’s break time.
Posts
Debugging Go in Intellij IDEA / GoLand
Recently me and a friend were trying to debug a stackoverflow error in helm. We used a lot of print statements in the code and were reading the code and seeing the flow and checking where it just blew up. At some point I realized we were putting lot of print statements and it was just becoming tedious to follow along the big code - it was some parsing code 😓 to parse the command line values.
Posts
Helm 3 Charts and OCI registries
Recently Helm 3 alpha version was released https://github.com/helm/helm/releases/tag/v3.0.0-alpha.1 🎉. There are lot of new things in this release, I wanted to write about one of these things - Pushing Charts to OCI Registries!
With helm 3, you can push your charts to container registries similar to pushing container images! TLDR; Show me your terminal!
The commands being used in the video:
$ docker run -dp 5000:5000 --restart=always --name registry registry $ helm create my-chart $ ls $ helm chart save my-chart localhost:5000/my-chart:0.
Posts
My Open Source Journey
I think the first time I heard the term “Open Source” was when we were taught about different kinds of software in 12th grade. I still remember how we had so many defintions to remember, for terms like - proprietary, freeware, shareware, open source software. I’m able to recall only these terms. Also, the definitions had some similarities and I also remember getting confused about the differences and similarities between the terms.
Posts
My First Post!
Now that you are reading this post, it means I finally created another blog and hosted it too 😛 Yay! 🎉
My previous blogs that I hosted using Blogger during college -
https://semlabs.blogspot.com/
https://semlectures.blogspot.com/
And now I have created this blog. I use these to create and host it:
Hugo static site generator GitHub Pages Visual Studio Code Editor Markdown Emoji to put the awesome emojis in markdown 😁 Hoping to write tons of posts 😉 Stay tuned!