VPVishal Paritinvishalp.hashnode.dev·Jun 21 · 9 min readThe Self-Healing Cluster: Building an Automated GitOps Pipeline on DigitalOcean Kubernetes (DOKS)When software engineers first transition to Kubernetes, the initial magic is driven by a familiar cadence: compile a container, push it to a registry, and run a sequential script of manual kubectl app00
VPVishal Paritinvishalp.hashnode.dev·Jun 9 · 7 min readShifting from Stateless to Stateful on DigitalOcean Kubernetes (DOKS)When developers first dive into Kubernetes, they usually begin with stateless applications—web servers, APIs, or microservices that process incoming requests but don't care about memory once a contain00
VPVishal Paritinvishalp.hashnode.dev·Aug 25, 2024 · 5 min readGetting Started with Docker Compose: Simplifying Multi-Container DeploymentsIntroduction As modern web applications become increasingly complex, the need to manage multiple services efficiently has never been more crucial. Docker has revolutionized the way we develop, ship, and run applications, but managing multiple Docker ...00
VPVishal Paritinvishalp.hashnode.dev·Jul 27, 2024 · 3 min readCreating a Web Server on AWS Using "Terraform".Introduction In the world of DevOps, Infrastructure as Code (IaC) has become a crucial practice for managing and provisioning infrastructure. Terraform, an open-source IaC tool developed by HashiCorp, allows you to define and provision data center in...00
VPVishal Paritinvishalp.hashnode.dev·Feb 22, 2024 · 3 min readProject: Streamlining CI/CD with Declarative Pipeline.Introduction: In the dynamic world of software development, efficient and automated CI/CD (Continuous Integration/Continuous Deployment) processes are paramount. This blog will guide you through setting up a declarative pipeline for a Node.js applica...00