PinnedUnconventional Docker Build using Docker commit: Use CasesFollowing on using docker commit for docker image build Part 1, Lets look at some use cases with examplesAug 14, 2023Aug 14, 2023
PinnedArgo CD app Diff as PR commentsNo need to go to Argo CD UI every time to see Diff and verify before applying the changes, see them as PR comments.Feb 12, 20231Feb 12, 20231
PinnedJenkins Declarative Pipeline as Shared LibraryDeclarative Pipeline in shared library to reduce the number of ever growing JenkinsfilesJan 22, 2023Jan 22, 2023
PinnedAWS EKS: Subnet Insufficient IP AddressPods stuck in ContainerCreating with “failed to assign an IP address to containerNov 21, 2022Nov 21, 2022
PinnedHackerRank: Rails Docker Build From 25 minutes to 10 minutesThis blog shares my experience on how we reduced our docker build time from 25 minutes to 10 minutesSep 20, 2022Sep 20, 2022
Utilising Warm pool with EKS to reduce Boot up timeThis is achieved by optimizing the EC2 provisioning, node boot-up process, and the Rails application’s image pull and startup times.Dec 7, 2023Dec 7, 2023
Diving Deep into Docker: The Unconventional Docker BuildIn today’s containerized world, Docker has become an indispensable tool for developers and DevOps professionals alike. While many are…Aug 14, 2023Aug 14, 2023
PostgreSQL DROP Database DETAIL: There is 1 other session using the databaseI recently wanted to drop a database in Postgresql and i went haywire when i couldn’t drop the database. So the following should give you…Nov 13, 20191Nov 13, 20191