prasanth-sriramadasu.hashnode.devStrategic Kubernetes Cost Optimization: A Spotlight on Spot Instances with Karpenter & NTH - OverviewIntroduction: Cloud cost optimisation is a critical aspect of modern organisation's strategies. Spot instances, despite their cost advantages, present challenges due to potential interruptions. This blog explores the effective utilisation of Kubernet...Jan 2, 2024·3 min read
prasanth-sriramadasu.hashnode.devSpeed up your npm install in Docker build on the Jenkins pipelineGot tired of npm build time? Why don’t you cache it? Caching is the technique of storing the state of data, at some particular point in time.Not every time we need some to be processed so we can store that data for further use. How does caching work ...Dec 12, 2022·4 min read