Shubham Tawareshubzz.hashnode.dev·Nov 16, 2024DevSecOps in Action: How to Secure Your CI/CD PipelineIn this blog, we’ll explore how to incorporate essential security practices into the CI/CD pipeline to create a secure, efficient, and resilient software delivery process. With a DevSecOps approach, security checks are embedded early in the pipeline,...Discuss·2 likes·91 readsKubernetes
Harshit Sahuharshitsahu2311.hashnode.dev·Nov 11, 2024Project: End-to-End CI/CD Pipeline of Amazon-Prime CloneIf you want to run the following code in local or through Docker image only then checkout this blog. Part1 Prerequisite Launch an EC2 Instance on AWS Sign in to AWS Management Console. Go to EC2 Dashboard: Under Services > EC2. Launch Instance: N...Discuss·1 like·125 readsGitHub
Manoj Shetmanojshet.hashnode.dev·Nov 7, 2024Building a FullStack Blogging Application: A DevOps Pipeline with Jenkins, Maven, SonarQube, Nexus, Docker, Trivy, and AWS EKSBuilding an efficient and reliable DevOps pipeline is essential for streamlined application delivery in modern development environments. This blog details the design and implementation of a comprehensive DevOps pipeline tailored for a Java-based Full...DiscussJenkins
Harshit Sahuharshitsahu2311.hashnode.dev·Nov 2, 2024Deployment of Login Page with DBThis is a basic login page which is configured with a MySQL database. So, the data of username and password is being stored in the database tables which you can further check also. Part 1: Run in Local Server or EC2 Install MySQL on the EC2 Instance...Discuss·86 readstrivy
Balraj Singhbalrajsingh.hashnode.dev·Nov 1, 2024DevOps Love Story: CI/CD Pipeline for Valentine's DayThis Valentine’s Day DevOps CI/CD project provides a fun DevOps-themed guide using Jenkins, SonarQube, Docker, and Trivy. It focuses on a playful web app with a Valentine's theme. The project shows how to set up a complete pipeline, from configuring ...Discuss·32 readsDocker compose
Harshit Sahuharshitsahu2311.hashnode.dev·Oct 20, 2024Project: Deploying "Date App" with DevOps ToolsStep 1 - Launch an EC2 Instance on AWS Launch EC2 Instance: Log in to /the AWS Console, go to the EC2 dashboard, and click Launch Instance. Select Ubuntu Server as the AMI, choose an instance type (e.g., t2.medium), and proceed through the configu...Discuss·254 readsdate-app
Anasanasmansuri.hashnode.dev·Oct 19, 2024Comparing Sidecar and Init Containers in Production: Understanding Trivy and KyvernoImage Security : Trivy The image has several layer and sometimes in one of these layers there CVE(Common Vulnarability and Exposers), in simple words a kind of backdoor is there so chances of hacking is greater. So we want to make sure that the ima...Discussheml
Sarthak Tyagisarthakwrites.hashnode.dev·Oct 16, 2024Trivy Multiple Container ScanRequirements:- Windows is not use for trivy install Install trivy and make a script for multiple container scan How to install trivy in ubuntu Just run these 2 command with sudo permission wget https://github.com/aquasecurity/trivy/releases/downl...Discusscontainer-scan
Subbu Tech Tutorialssubbutechtutorials.hashnode.dev·Oct 16, 2024Building a CI Pipeline for PetClinic Application Project: Step-by-Step InstructionsWhy Test the Docker Image in the Feature Branch Pipeline? Catch Issues Early: If there are bugs in the Docker image or environment setup, it’s much better to catch them at the feature branch level. This way, you don’t introduce broken code into the...DiscussKubernetes Basics: A Beginner’s Guideci-cd
Tanishka Marrottcloud-design-diaries.hashnode.dev·Oct 13, 2024Mastering Container Security (Real-Practical Steps for Building Safer, Resilient Workloads)Containerized environments have taken over modern infrastructure, but with great convenience comes even greater security risks. Let’s face it, securing containers isn’t optional—it’s mandatory. And if you’re still deploying containers without giving ...Discuss·2 likessecure docker file