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
Deepak parashartechfordummys.hashnode.dev·Aug 27, 2024GitLab CI/CD: Artifacts, Variables, Runners, and PipelinesWelcome to the world of GitLab CI/CD! If you’re a software engineer or a tech enthusiast, you’ve likely heard about Continuous Integration and Continuous Deployment (CI/CD) pipelines. GitLab CI/CD is a powerful tool that allows you to automate the bu...cd-cd
Shesh Dharsheshdevops.hashnode.dev·Aug 23, 2024Gitlab, Gitlab CI/CD with SDLC features....Recently, I have learned Gitlab with CICD, it help us to create the custom CI/CD pipeline with Linux hosted runners. Gitlab is a open source product/tool which is web-based Git Repository that provides free open and private repositories. It is comple...1 likegitlabCICD
ajay singhlearwithme.hashnode.dev·Aug 5, 2024Git-Lab DevSecOps pipelineShort Note on Tools: Git-Lab : GitLab is a web-based DevOps lifecycle tool that provides a Git repository manager providing wiki, issue-tracking, and CI/CD pipeline features, using an open-source license. GitLab offers both self-managed and SaaS (so...66 readsGitLab
Reza Rashidirezaduty-1685945445294.hashnode.dev·Jul 29, 2024Attacking CI/CDIn CI/CD (Continuous Integration/Continuous Deployment) environments, several methods and attacks can compromise security. Code Injection involves injecting malicious code into the build pipeline, exploiting vulnerabilities in the build system or dep...820 readsDevops
Rahul wathblog.aws-devops.blog·Jul 15, 2024Automated Deployment of AWS Lambda Using GitLab CI/CD and TerraformIntroduction AWS Lambda Functions are incredibly useful for running code in the cloud without worrying about infrastructure and resource consumption. Lambda runs the source code on a high-availability compute infrastructure and handles all the admini...AWS
Raja NagoriforGeeks@TWBgeeks.techwithberi.com·Jul 4, 2024Mastering GitHub Actions and Runners: A Comprehensive GuideAlright, so imagine GitHub Actions and GitHub Runners as two main actors in a movie called "GitHub" – kind of like the dynamic duo Jai and Veeru from Sholay. These two have been fantastic for me, especially when it comes to my open-source tool, Night...1 like·105 readsgithub-actions
Shazia Masseymasseys.hashnode.dev·Jul 3, 2024GitLab CI/CD pipeline projectIn the initial phase of the project, three EC2 instances have been provisioned with the following configurations: instance type t2.medium, 4 GiB of memory, and 2 vCPUs. The instances created are: Master-K8: Acts as the master node for the Kubernetes...123 readsGitLab
Jean Marc NTEPPntepp.hashnode.dev·Mar 16, 2024GitLab CI/CD Multi-Image Service Example with Java ProjectGitLab offers a game-changing feature — the ability to integrate multiple images seamlessly. Curious how? Dive into the world of Services with our PostgreSQL experiment! We build a Spring application that lets you create and retrieve Person objects ...1 like·34 readsci-cd
Ritik Ranjanritik3311.hashnode.dev·Mar 10, 2024Setting Up a Local GitLab Runner on Linux machine and Configuring the runner on Gitlab Pipeline.What is Gitlab Runner ? GitLab Runner is an application that works with GitLab CI/CD to run jobs in a pipeline. How to install Gitlab-runner on linux (Ubuntu) 64-bit machine ? Step 1. Run this command on your Linux terminal: sudo curl -L --output /us...1 like·42 readsgitlab-runner