AMAnadi Misrainanadimisra.hashnode.dev·Oct 11, 2023 · 5 min readThe Serverless CI — Running Jenkins Slaves on AWS EKS FargatePhoto by Growtika on Unsplash Jenkins requires no introduction, as it stands as the undisputed king of Continuous Integration. Over the years, it has adapted to all the technological disruptions in th00
AMAnadi Misrainanadimisra.hashnode.dev·Sep 26, 2023 · 8 min readBuilding Observability for MicroservicesLet’s say you distribute the work that a single highly experienced person is doing to multiple individuals, each performing a specific task. Distributing the work this way may increase throughput and 00
AMAnadi Misrainanadimisra.hashnode.dev·Sep 21, 2023 · 7 min readAutoscaling EKS Node Groups with KarpenterKarpenter is an open-source tool for automating node provisioning in Kubernetes. Karpenter aims to enhance both the effectiveness and affordability of managing workloads within a Kubernetes cluster. T00
AMAnadi Misrainanadimisra.hashnode.dev·Sep 7, 2023 · 6 min readApplication Integration Pattern : the Choreography wayIntegration can be quite complex, especially when you are talking about making your swanky new application work with a legacy system. I've seen multiple generations of patterns to tackle this problem 00
AMAnadi Misrainanadimisra.hashnode.dev·Jul 17, 2023 · 8 min readStrangling Monolith to Microservices with Choreography and CQRSMonoliths aren't necessarily bad, but in some cases, they don't perform the job well enough. And no, autoscaling isn't the only solution. You can have stateless monoliths running as a replicaset with 00