Karan GuptaFinding Top k Frequent ElementsI’ve been delving into coding challenges lately. While I wouldn’t claim to be a master of algorithms, I find the process of unraveling…Jul 2Jul 2
Karan GuptaLearning: Akka: DispatcherAkka provides an easy data structure to organizing your asynchronous needs. But what makes Akka “tick” are dispatchers. Akka has a great…Apr 2, 2021Apr 2, 2021
Karan GuptaKubernetes: Service ProxyOk great! Now that we have established that all requests for all clients in some form or the other hits ClusterIP, we just need to…Dec 24, 2020Dec 24, 2020
Karan GuptaKubernetes: Services TypesHow your requests are routed to the pod is the question we are going to solve now. Perhaps, instead of “how” maybe we should ask “who”…Dec 23, 2020Dec 23, 2020
Karan GuptaKubernetes: Replica ScalinThe above is a basic representation of how scaling works with Kubernetes. When a person executes the scale command, they are essentially…Dec 6, 2020Dec 6, 2020
Karan GuptaKubernetes: World after 1.18I am currently learning stuff about Kubernetes. And as I was doing my assignments and learning how to create a deployment I stumbled upon…Dec 6, 2020Dec 6, 2020
Karan GuptaLearning: Kubernetes (POD)As we continue to investigate the workings of Kubernetes one cannot get away from the need of understanding how a POD is created. In this…Dec 5, 2020Dec 5, 2020
Karan GuptaLearning: Kubernetes NotesKubernetes (or popularly known as K8), is a portable, extensible, open-source platform for managing containerized workloads and services…Dec 5, 2020Dec 5, 2020
Karan GuptaMysteries of Zsh AutocompleteI had autocompletion scripts written in bash. After my mac upgrade, they don’t work in ZSH. I had been trying to understand the best way…Oct 4, 2020Oct 4, 2020