PinnedKafka- Best practices & Lessons Learned | By InderAs of December 2021, I have spent almost 3 years managing kafka (both self managed and AWS MSK) for BFSI Clients. I have also migrated kafka clusters from self managed to AWS managed kafka using mirror maker in production with zero downtime, which i will explain in my next post. …Kafka9 min readKafka9 min read
Published inTowards Dev·PinnedCI/CD setup in just 5 mins with basic yaml configurationOverview Enterprises are making their moves toward DevOps methodologies and Agile culture to accelerate the delivery speed and ensure product quality. In DevOps, a continuous and automated delivery cycle is the backbone that makes fast and reliable delivery possible.As the number of deployments and teams grows so does the complexity of…Jenkins3 min readJenkins3 min read
PinnedIt’s Time to Migrate your Container Runtime, Kubernetes 1.24 is comingWith another Kubernetes release upon us, there are, as ever, a load of new features to consider. Undoubtedly, the most significant change in this release of Kubernetes is the removal of the Dockershim. …Docker5 min readDocker5 min read
Published inFAUN — Developer Community 🐾·PinnedOn-premise to cloud migration mock drills using IstioPart 1 of a series of articles about cloud migration Introduction For any organization considering its first venture into on-premise to cloud migration of data and applications, management will find no shortage of introductory literature on the subject. I remember when I first started working on Cloud Migration. I encountered so…Kubernetes6 min readKubernetes6 min read
Published inTowards Dev·PinnedKarpenter vs Cluster AutoscalerOne of the benefits of using Kubernetes is that it has the ability to scale your infrastructure dynamically based on user demand. So it provides multiple layers of autoscaling functionality: Pod-based scaling with the Horizontal Pod Autoscaler and the Vertical Pod Autoscaler, as well as node-based with the Cluster Autoscaler.This…Kubernetes6 min readKubernetes6 min read
Dec 25, 2022AKS Networking Deep Dive: Kubenet vs Azure-CNI vs Azure-CNI (overlay)Kubernetes networking enables you to configure communication within our k8s network. When deploying a AKS cluster, there are three networking models to consider: Kubenet networking Azure Container Networking Interface (CNI) networking Azure Container Networking Interface (CNI)- Overlay networking So, which networking option should we choose for our AKS (Azure Kubernetes…Kubernetes8 min readKubernetes8 min read