Arun Prasadminit — An experimental and tiny init system for containers and microvm’s!This post talk’s about one of my hobby project, “minit” — a minimal init system that I wrote in Golang, which is only about 100 lines of…Feb 5, 2023Feb 5, 2023
Arun PrasadinCodeXBasic Text Processing techniques for NLPThis is a short post on basic text processing techniques : One-Hot encoding, Bag of Words, N-Gram and TF-IDF.Jul 24, 2021Jul 24, 2021
Arun PrasadNLP pipeline: A PrimerA short write up that provides a high level explanation of a generic Natural Language Processing pipeline, by breaking down the entire…Jul 21, 2021Jul 21, 2021
Arun PrasadinNerd For TechTensors: Data Structure for Deep LearningThis is a short post on what are tensors and its 3 important attributes.Jul 4, 20211Jul 4, 20211
Arun PrasadExploiting a Kubelet running on default configurationIn this post we will try to understand the consequences of running a kubelet with default configurations.Mar 6, 2021Mar 6, 2021
Arun PrasadinNerd For TechUsing CRI-O as container runtime for KubernetesIn this post we will see how to setup cri-o as a container runtime for Kubernetes.Jan 12, 2021Jan 12, 2021
Arun PrasadBehind the scenes of kubeadm initIn this Byte size post we will uncover the code that is executed in the background when we execute kubeadm init command.Dec 28, 2020Dec 28, 2020
Arun PrasadHow to write a custom Kubernetes Controller:In this KB sized post we will understand internals of Kubernetes Controller with the help of a tiny custom controller - Chronos that I…Dec 19, 2020Dec 19, 2020
Arun PrasadWant to understand Kubernetes Source Code? This is how you can start exploring.In this Byte size post, we will explore few important files and directories of K8’s source code that serve as a good starting point to…Dec 12, 20202Dec 12, 20202
Arun PrasadHow to implement a custom Kubernetes validation admission controller?In my earlier post, I have outlined what is an admission controller, types of controllers shipped with Kubernetes and how to enable these…Dec 9, 20201Dec 9, 20201