© 2023 Hashnode
#continuous-delivery
Prerequisites A running Kubernetes cluster The kubectl command-line tool Helm Steps to install Argo CD on Kubernetes cluster. Step 1: Visit the Argo CD website Head over to the official Argo CD w…
Before understanding what exactly containerization is let us briefly discuss what our problem statement is :- Often code developed by developer works fine in their own environment but may throw some e…
In today's fast-paced software development world, delivering high-quality software quickly and efficiently is essential. Continuous Integration/Continuous Deployment (CI/CD) is a software development …
Continuous Integration and Continuous Development/Deployment, most commonly abbreviated as CI/CD has changed and improved the way modern software is developed and shipped. When compared to traditional…
DevOps/Week3 Difference between DevOps and Site Reliability Engineering: i) DevOps aims to reduce organizational silos but SRE does not focus on this aspect. ii) SRE use software engineering techniques to automate IT operations that would n…
Continuous Delivery (CD) is the next step in the evolution of the software development process. It draws on Agile methodologies but surpasses it. CD is changing the way software is delivered and openi…
1. Introduction The software development process has undergone a significant transformation in recent years, with the adoption of DevOps practices. One of the key components of DevOps is the Continuou…
Understanding the Lifecycle of DevOps DevOps: Development + Operations DevOps is a set of practices that combines software development (Dev) and IT operations (Ops). It aims to shorten the systems dev…
Introduction DevOps is a software development approach that aims to improve collaboration and communication between development and operation teams. It is designed to increase efficiency, speed up the…
Developers today need to become familiar with the best workflows, methods, and tools if they are to utilize the software development workflow to its maximum potential. Fast software development is no …