VPvatsalya parasharinvatsalya1.hashnode.dev路Feb 23, 2025 路 3 min readOvercoming Port Binding Issues in Kubernetes on AWS EC2: A Journey with Node.js and NginxDeploying applications in a Kubernetes cluster on AWS EC2 instances often presents unique challenges. One such challenge I encountered was binding a Node.js application to privileged ports, specifically port 80. This post details my journey through t...00
VPvatsalya parasharinvatsalya1.hashnode.dev路Jan 16, 2025 路 4 min readAutomating Jenkins CI/CD Pipelines with WebhooksAs a developer, one of my biggest discoveries recently has been the power of webhooks. The ability to automate Jenkins pipelines the moment I push code to GitHub has streamlined my workflow and made CI/CD much more efficient. In this blog, I鈥檒l guide...00
VPvatsalya parasharinvatsalya1.hashnode.dev路Aug 28, 2024 路 1 min read馃敡 Solving Shell Scripting Errors: A DevOps Practice Insight 馃挕While working on a shell scripting task to automate backups, I encountered some common but critical errors that are worth sharing. Each issue was a learning opportunity and highlighted the importance of meticulous error handling in DevOps. 馃毃 Error...00
VPvatsalya parasharinvatsalya1.hashnode.dev路Aug 13, 2024 路 2 min read馃敡 Configuration Management: The Unsung Hero of DevOps 馃殌Ever wondered how some teams push code like clockwork while others are stuck fighting fires? The secret sauce? Configuration Management (CM). What鈥檚 the Big Deal? 馃 Think of CM as the magic that keeps your environments (development, staging, product...00
VPvatsalya parasharinvatsalya1.hashnode.dev路Aug 10, 2024 路 1 min readSCP(Secure Copy Protocol)馃敀 Mastering Secure File Transfers with SCP (Secure Copy Protocol) 馃敀 Today, I explored the power of SCP (Secure Copy Protocol), a command-line tool that enables secure file transfers between systems. Whether you're a developer, system administrator,...00