Balraj Singhbalrajsingh.hashnode.dev·Dec 16, 2024Automated AWS DevOps CI/CD Pipeline for Amazon Prime CloneIn today's fast-paced tech world, automating application deployment and infrastructure management is essential. This project shows how to set up a complete CI/CD pipeline, use AWS EKS for Kubernetes deployment, and integrate Grafana and Prometheus fo...1 likeTerraform
Md Shahriyar Al Mustakim Mitulmitul-shahriyar.hashnode.dev·Dec 13, 2024Kubernetes 101 Security: Part 18Scan images for known Vulnerabilities Sometimes a developer can find vulnerabilities and make bad use of it or they can report it to CVE (Common Vulnerabilities and Exposures) database But which bugs are considered to added in the CVE? For example, ...distribute
Bittu Sharmabittublog.hashnode.dev·Nov 25, 2024How to Use Trivy for Effective Security ScanningTrivy is an open-source tool for vulnerability scanning of container images, file systems, and Git repositories. It is designed to be fast and easy to use, with support for a wide range of package managers, programming languages, and frameworks. Triv...trivy
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,...2 likes·124 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...1 like·172 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...Jenkins
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...91 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 ...38 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...274 readsdate-app
Anasanasmansuri.hashnode.dev·Oct 19, 2024Comparing Sidecar and Init Containers in Production: Understanding Trivy and KyvernofImage 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 im...heml