Saltar al contenido

Escritos sobre diseño de software, arquitectura, prácticas DevOps y más

Todos mis pensamientos en formato largo sobre programación, arquitectura, prácticas DevOps y más, recopilados en orden cronológico

Building a Robust CI/CD Pipeline from Scratch

Continuous Integration and Continuous Deployment (CI/CD) can significantly enhance the reliability, speed, and quality of software delivery. This article explores the core principles of DevOps and how to implement a robust CI/CD pipeline using common tools like Jenkins, Docker, and Kubernetes.