Advanced End-to-End DevSecOps Kubernetes Three-Tier Project using Terraform AWS EKS, ArgoCD, Prometheus, Grafana, and JenkinsMay 14, 2024·18 min read
Uptime kumaUptime-Kuma is an open-source, self-hosted monitoring tool with a user-friendly interface designed to track the uptime of websites, services, and APIs. When integrated into a CI/CD pipeline for a blog, it becomes an essential part of ensuring continu...Sep 25, 2024·8 min read
Kubernetes End to End project on EKS | Install EKS and app deploy with ingress controllerApr 15, 2024·1 min read
Automating Tetris Deployments with ArgoCD, Terraform, Kubernetes, Docker and Jenkins CICDIn our project, we leverage DevOps practices to streamline collaboration between development and operations teams, ensuring faster software delivery through continuous integration and deployment. With Terraform, we define and provision infrastructure...Apr 13, 2024·14 min read
Deploying an E-commerce Website on Amazon EKS with JenkinsIn this project, we aim to deploy an E-commerce website on an Amazon Elastic Kubernetes Service (EKS) cluster using Jenkins. The EKS cluster infrastructure is provisioned using Terraform, ensuring efficient management and scalability of the Kubernete...Mar 30, 2024·12 min read
Deploying Super Mario on KubernetesSuper Mario holds a special place in the hearts of gamers worldwide. In this tutorial, we'll delve into the exciting realm of deploying Super Mario on Amazon's Elastic Kubernetes Service (EKS). By harnessing the power of Kubernetes, we'll orchestrate...Mar 27, 2024·3 min read
Deploy Reddit to AWS EKS | Trivy scans Kubernetes | DevSecOpsgithub repo: https://github.com/Pardeep32/reddit-clone-k8s.git Launch an AWS T2 Large Instance. Use the image as Ubuntu. You can create a new key pair or use an existing one. Enable HTTP and HTTPS settings in the Security Group and open all ports and...Mar 26, 2024·11 min read
DevSecOps CI/CD : Deploying a Secure Hotstar CloneIn the ever-changing landscape of software development and deployment, incorporating strong security practices into the development pipeline is now imperative. DevSecOps, which merges Development, Security, and Operations, emphasizes the significance...Mar 25, 2024·16 min read
Setting up Infrastructure on AWS using TerrafromThis Terraform configuration sets up a basic infrastructure with a VPC, subnets, security groups, S3 bucket, EC2 instances, an ALB, and IAM roles. Github repo: https://github.com/Pardeep32/terraform-projects-serious.git Step 1: Create an AWS Account ...Feb 28, 2024·8 min read