Category: DevOps

Your blog category

  • CI-CD DevSecOps project with Jenkins | Python webapp

    CI-CD DevSecOps project with Jenkins | Python webapp

    Hello friends, we will be deploying a python based application. This is an everyday use case scenario used by several organizations. We will be using Jenkins as a CICD tool and deploying our application on a Docker Container. Hope this detailed blog is useful. Github: https://github.com/Aj7Ay/Python-System-Monitoring.git Steps:- Step 1 — Create an Ubuntu T2 Large…

  • Kubernetes Project: Deploy Cloud Native Voting Application on EKS

    Kubernetes Project: Deploy Cloud Native Voting Application on EKS

    This Blog is inspired by Cloudchamp’s YouTube video APP REPO https://github.com/Aj7Ay/K8s-voting-app.git Navigate to Your Aws Console Click the “Search” field and search For EKS or select directly Elastic Kubernetes Service on the Recently visited tab Click “Add cluster” Click “Create” Click the “Name” field and enter a unique name for the cluster that is anything…

  • DEVSECOPS Project : Complete CI-CD (3 tier app)-Petshop

    DEVSECOPS Project : Complete CI-CD (3 tier app)-Petshop

    Hello friends, we will be deploying a Petshop Java Based Application. This is an everyday use case scenario used by several organizations. We will be using Jenkins as a CICD tool and deploying our application on a Docker container and Kubernetes cluster. Hope this detailed blog is useful. We will be deploying our application in…

  • Complete CI/CD Petclinic project DevSecOps

    Complete CI/CD Petclinic project DevSecOps

    Hello friends, we will be deploying a Pet Clinic Java Based Application. This is an everyday use case scenario used by several organizations. We will be using Jenkins as a CICD tool and deploying our application on Tomcat Server. Hope this detailed blog is useful. We will be deploying our application in two ways, using…

  • Day 03 Mastering Continuous Testing: Best Practices for Seamless Software Quality Assurance

    Day 03 Mastering Continuous Testing: Best Practices for Seamless Software Quality Assurance

    Today, we’re delving into Continuous Testing, the second phase in the DevOps product lifecycle. Following our previous discussion on continuous development, Continuous Testing encompasses two critical phases: product build and product test. Developers, upon completing their code, push it to the repository, either to a specific branch or directly to the integration or master branch.…

  • Day-02 Unlocking Success: Mastering Continuous Development in Agile Software Evolution

    Day-02 Unlocking Success: Mastering Continuous Development in Agile Software Evolution

    DevOps has emerged as a transformative software development methodology that integrates continuous development, testing, integration, deployment, and monitoring throughout the software development lifecycle. The DevOps process unfolds across seven interconnected stages: Plan, Code, Build, Test, Integrate, Deploy, and Monitor, each contributing to the iterative enhancement of software products. Continuous Development stands as the initial phase…

  • Candycrush Deployment on AWS EKS using GitHub Actions in DevSecOps Pipeline

    Candycrush Deployment on AWS EKS using GitHub Actions in DevSecOps Pipeline

    In today’s fast-paced world of software development, automation is the name of the game. GitHub Actions is the ace up the sleeve of modern developers, enabling them to streamline their daily workflows in practical and impactful ways. In this article, we’ll explore how GitHub Actions is making a real difference in real-life scenarios. From Continuous…

  • Robot Shop: A Comprehensive Exploration of its 3-Tier Architecture, 8 Services, and 2 Databases

    Robot Shop: A Comprehensive Exploration of its 3-Tier Architecture, 8 Services, and 2 Databases

    Today, let’s embark on a journey of deploying Stan’s Robot Shop, an educational microservices application. This sandbox environment serves as an excellent playground to delve into the realm of containerized applications, exploring deployment methodologies in a practical manner. COMPLETE CREDITS ABHISHEK VEERAMALLAhttps://youtu.be/8T0UnSgywzY?si=cZDDK09klAd-2vuI STEP1: CREATE IAM USER IN AWS Go to Aws console and login with…

  • DevSecOps CI/CD Pipeline for an Uber Clone

    DevSecOps CI/CD Pipeline for an Uber Clone

    Welcome, tech enthusiasts! Today’s journey is all about the cutting-edge realm of DevSecOps. Join us as we dive into deploying an Uber clone app using a comprehensive CI/CD approach. We’ll explore the integration of SonarQube and OWASP for robust security measures, harness Docker Scout’s power, and witness the orchestration of deployment onto an EKS cluster.…