Andrei Radulescuandiradulescu.hashnode.dev·Feb 11, 2025Dynamic Helm Charts in GitLab CIWhen deploying applications to Kubernetes, managing Helm charts across multiple repositories can become a maintenance burden. Today, I'll share an elegant solution I've implemented that generates Helm charts on the fly during CI/CD pipelines using He...GitLab
Yaswanth Ryashdevops.hashnode.dev·Feb 10, 2025Automating Multi-Client Deployments in Azure App Service with CI/CD PipelinesIntroduction In many enterprise projects, multiple clients often require customized deployments of the same application with slight variations in configurations. Traditionally, manually deploying these applications for each client in a production env...MultiClientDeployment
Siddhartha Gauravsgaurav.hashnode.dev·Feb 7, 2025Building and Deploying a Node.js To-Do App with GitLab CI/CD, Docker, and EC2In today's tech landscape, automation, scalability, and efficiency are key drivers behind successful development practices. Today, I'm excited to share how I built and deployed a Node.js To-Do application with seamless integration using GitLab CI/CD,...GitLab
Ahmad W Khanblog.ahmadwkhan.com·Dec 10, 2024Migrating a Python Django DRF Monolith to Microservices - Part 4: Setting Up a CI/CD Pipeline for Kubernetes Deployment Using GitLabWith our microservices deployed on Kubernetes, the next step is to automate the process of building, testing, and deploying updates. Continuous Integration and Continuous Deployment (CI/CD) pipelines streamline these workflows, ensuring consistent an...40 readsmonolithic architecture
Ahmad W Khanblog.ahmadwkhan.com·Dec 6, 2024Migrating a Python Django DRF Monolith to Microservices - Part 1: Planning the MigrationThis series walks through the step-by-step process of breaking a Django DRF monolith into microservices, containerizing the architecture, setting up CI/CD pipelines, and deploying on AWS using Kubernetes. Each part focuses on a specific phase. Migrat...50 readsmonolithic architecture
Prabin Poudelblog.zeroconfigrails.com·Oct 5, 2024Setup RSpec Tests in Rails with Gitlab CIAt Zero Config Rails, I (Prabin) am constantly working on automating configurations and boring setups like “Setup RSpec Tests in Rails with Gitlab CI”. CI integrations helps in improving the code quality in projects. It can help in automating code re...Rails
Alexander PanovforRoyalZSoftwareroyalzsoftware.de·Oct 3, 2024Self-Hosted GitLab Runner for iOS: Rent, Buy, or Hack?Managing GitLab CI/CD can be overwhelming, especially when it comes to deploying iOS/macOS applications. Recently, we released a comprehensive Udemy course covering everything about GitLab CI/CD pipelines, from beginner to advanced topics. Whether yo...122 readsGitLab
Ayush Tripathiayush-t02.hashnode.dev·Sep 29, 2024Industry Ready CICD : A Practical GuideIn this blog, I’ll explain the process to make a complete industry ready DevOps project. This project will contain complete CICD implementation on a local setup. In a real setup, we would use a cloud provider for kubernetes and a few additional tools...10 likes·97 readscicd
Prabin Poudelblog.zeroconfigrails.com·Sep 26, 2024Configure Minitest with Gitlab CI and RailsAt Zero Config Rails, I (Prabin) am constantly working on automating configurations and boring setups like “Configure Minitest with Gitlab CI”. 💡 You can configure the Gitlab CI for Minitest with a single command using Zero Config Rails. Just hit t...212 readsRails
ferozekhanhighcloud.hashnode.dev·Sep 24, 2024Automatically deploy your Resume Web Application to an AWS Static Website with Gitlab CI/CD PipelineFor the purpose of this demo, I have already created a simple HTML based Resume App that is available HERE. Feel free to download the GitLab repository and modify as per your own requirements and profiling. You may use any other similar HTML project ...AWS