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...monolithic 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...32 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...61 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·93 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...199 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
ferozekhanhighcloud.hashnode.dev·Sep 17, 2024Automatically deploy your Resume App to Azure 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 ...azure_storage_account
OLUWASEUNseunayolu.hashnode.dev·Sep 15, 2024Overview of GitLab's CICD pipeline and its benefitsINTRODUCTION In modern software development, Continuous Integration and Continuous Deployment (CI/CD) are essential for delivering reliable and scalable applications. GitLab, a leading DevOps platform, integrates CI/CD capabilities directly into its ...1 likeGitLab CICDgitlab-cicd
Anasanasmansuri.hashnode.dev·Sep 12, 2024Mastering GitLab for DevOps: A Comprehensive GuideWhat is GitLab? GitLab is an open-source DevOps platform that provides a comprehensive suite of tools for version control, CI/CD, project management, and security. It enables teams to collaborate on code, manage projects, and deploy applications seam...gitlabproject